Start11 sends the wrong Shutdown command

I recently installed the Start11 trial and noticed the "Shutdown" button doesn't match the expected behavior on Windows 11. Presumably Start11 sends:

"shutdown -s -t 00"

which doesn't restore the user-session in the background upon the next boot. The expected command would be:

"shutdown -sg -t 00"

 

1,004 views 0 replies