mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
GUI setup: Reenable autoreboot for live-testing
This commit is contained in:
parent
2ce6c16cf1
commit
945e2bda94
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue