Skip to content

Commit 95bbb17

Browse files
committed
Allow automatic restart sign-on (ARSO)
1 parent 37fdea7 commit 95bbb17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/StartMenu/StartMenuDLL/MenuCommands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ static bool ExecuteShutdownCommand(TMenuID menuCommand)
989989
if (!ProceedWithShutdown(flags))
990990
return true;
991991

992-
flags |= SHUTDOWN_FORCE_OTHERS;
992+
flags |= SHUTDOWN_FORCE_OTHERS | SHUTDOWN_ARSO;
993993

994994
if (SetShutdownPrivileges())
995995
{

0 commit comments

Comments
 (0)