Delay shutdown in windows 10?

zukers

Commendable
Mar 25, 2016
4
0
1,510
Now when I'm using quite fast ssd I have problem with closing windows too fast and not closing correctly all applications. Every restart of PC my Firefox ask for session recovery (because windows has no time co exit it corretly). Is any windows settings to wait for close all apps before shutdown?
 
Solution
Start > Command Prompt
shutdown /s /f /t 3600

where

/s - shutdown local computer
/f - force programs to close without showing warning
/t 3600 - delay for 3600 seconds (1 hour)

http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/can-i-set-a-delayed-shut-down/7e020654-d739-46c8-807c-eb534b3db95d?auth=1

Change time to match whatever you want, i think you can make this a shortcut on desktop.

http://pcsupport.about.com/od/commandlinereference/p/shutdown-command.htm
No, I use standard windows buttton and shutdown/restart computer.
This crazy samsung ssd 950 close my computer in 2-3 seconds and my apps are not closing propertly.
I think that should be somewhere in Localy policy settings to delaying shutdown but don't know where?
 
Start > Command Prompt
shutdown /s /f /t 3600

where

/s - shutdown local computer
/f - force programs to close without showing warning
/t 3600 - delay for 3600 seconds (1 hour)

http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/can-i-set-a-delayed-shut-down/7e020654-d739-46c8-807c-eb534b3db95d?auth=1

Change time to match whatever you want, i think you can make this a shortcut on desktop.

http://pcsupport.about.com/od/commandlinereference/p/shutdown-command.htm
 
Solution