Index: src/ch/ch.cpp =================================================================== diff -u -N -r58de8d7360813537b384eff808c031f9e63db4de -ree2386c81eb1651fb5fb2332d22bf8ece65f60e6 --- src/ch/ch.cpp (.../ch.cpp) (revision 58de8d7360813537b384eff808c031f9e63db4de) +++ src/ch/ch.cpp (.../ch.cpp) (revision ee2386c81eb1651fb5fb2332d22bf8ece65f60e6) @@ -401,11 +401,6 @@ HANDLE hProcess = GetCurrentProcess(); ::SetPriorityClass(hProcess, GetPropValue(rCfg)); -#ifndef _DEBUG // for easier writing the program - doesn't collide with std CH - // set "run with system" registry settings - SetAutorun(GetPropValue(rCfg)); -#endif - // ================================= Shell extension config ============================= LOG_INFO(m_spLog) << _T("Initializing shell extension configuration"); try