Index: src/ch/ch.cpp =================================================================== diff -u -N -rf84eecda89d8734da9790a2b8d4a54d344e40c46 -rb3ca8a9ff1f5b02f32095a4a17b84ae1eab7274f --- src/ch/ch.cpp (.../ch.cpp) (revision f84eecda89d8734da9790a2b8d4a54d344e40c46) +++ src/ch/ch.cpp (.../ch.cpp) (revision b3ca8a9ff1f5b02f32095a4a17b84ae1eab7274f) @@ -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