Windows 8 Tip #3 Shutdown Quicker with a Shortcut
PCWizKids Tech Talk- Video description
- 10 years ago
- 14,978 views
- 272 likes
- 101 comments
Shutdown -l logoff
Shutdown -h hibernate
Shutdown -r -f -t 00 restart
Shutdown -s -f -t 00 shutdown
Shutdown -s -f -t 00 -hybrid
-l : Logs off the current user, this is also the defualt. -m ComputerName takes precedence.
-s : Shuts down the local computer.
-r : Reboots after shutdown.
-f : Forces running applications to close.
-t xx : Sets the timer for system shutdown in xx seconds. The default is 20 seconds.
- Comments
- Related videos