The shutdown process in Windows operating system requires three clicks and a menu. Here’s how you can make the shutdown process faster.
All you need to do is right-click on any open space on the desktop, then click New > Shortcut. A Location field will appear on the screen. Paste the following in the location field:
%windir%\System32\shutdown.exe /s /t 0
Then, click on Next and complete the shortcut setup.
/l Log off. This cannot be used with /m or /d options.
/s Shutdown the computer.
/r Shutdown and restart the computer.
/t xx Is the timer parameter followed by numeric value as second
For more help you can go to command prompt and type "shutdown /?"
All you need to do is right-click on any open space on the desktop, then click New > Shortcut. A Location field will appear on the screen. Paste the following in the location field:
%windir%\System32\shutdown.exe /s /t 0
Then, click on Next and complete the shortcut setup.
/l Log off. This cannot be used with /m or /d options.
/s Shutdown the computer.
/r Shutdown and restart the computer.
/t xx Is the timer parameter followed by numeric value as second
For more help you can go to command prompt and type "shutdown /?"
No comments:
Post a Comment
Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.Please don't spam,spam comments will be deleted upon reviews.