Everytime I launch Cmder (ConEmu terminal) I receive this warning:
WARNING! The MacType's hooks are detected at 0x0000000180000000
C:\Program Files (x86)\MacType\MacType64.dll
Please add ConEmuC.exe and ConEmuC64.exe
to the exclusion list to avoid crashes!
http://conemu.github.io/en/Installation.html#mactype
I can't exclude these .exe on MacType because it's running in a registry (image). The solution only work if you run MacType as a service or background app. But the thing is: it doesn't affect ConEmu, so I'm not worried about the solution.
How can I make ConEmu stop displaying this warning?
Warning is shown once per session. Just don't close ConEmu window.
@Maximus5 I know it's shown once per session and that is not a solution.
There were reports that MacType caused crashes. Users have to be warned.
@Maximus5 Need one setting to close this warning.
in config file X:\Program Files\MacType\ini\*.ini
at [ExcludeSub] add:
ConEmuC.exe
ConEmuC64.exe
@asdaspl
It still doesn't work, after switching MacType to regular process and back to registry. I think having it running as registry has something to do it?
I successfully disabled warning using c:\Program Files\MacType\MacType.ini
[UnloadDll]
ConEmuC.exe
ConEmuC64.exe
@sixpetrov it works,thx!
How can I hide warning while still include / whitelist conemu from mactype? Since I did not face any problem/crashes
Would it be sufficient to have switch ConEmu64.exe -NoMacTypeWarn?
You may run ConEmu64.exe -NoHooksWarn.
Most helpful comment
I successfully disabled warning using
c:\Program Files\MacType\MacType.ini