Start11 sends the wrong Shutdown command
from
Stardock Forums
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"