diff --git a/base/setup/reactos/reactos.c b/base/setup/reactos/reactos.c index 3909f104e20..a5e1693c4df 100644 --- a/base/setup/reactos/reactos.c +++ b/base/setup/reactos/reactos.c @@ -2999,7 +2999,7 @@ Quit: /* Free the NT to Win32 path prefix mapping list */ FreeNtToWin32PathMappingList(&SetupData.MappingList); -#if 0 // NOTE: Disabled for testing purposes only! +#if 1 // NOTE 2: Reenabled for live-testing! // NOTE: Disabled for testing purposes only! EnablePrivilege(SE_SHUTDOWN_NAME, TRUE); ExitWindowsEx(EWX_REBOOT, 0); EnablePrivilege(SE_SHUTDOWN_NAME, FALSE);