Right-click on the desktop, select "New," and then choose "Shortcut." This will open the Create Shortcutwindow. Enter the shutdowncommand. In the field labeled “Type the location of the item”, entershutdown /s This will create ashortcut that will shut down the computer after a 30-second default timer.
Shutdown /s = Shutdown
Shutdown /r = Restart
Shutdown /l = Log off
Shutdown /h = Hibernate
Steps to create a shutdown shortcut on Windows 10 desktop:
Step 1: Right-click the desktop, point at New in the context menu and chooseShortcut in the sub-list to open a new shortcut. Step 2: Type C:\Windows\System32\shutdown.exe in the empty box and click Next to move on.Syntax: "shutdown /s /t x"; where x is the number of seconds after which shutdownwill occur. By default, shutdown occurs after 30 seconds. To shutdown immediately you can write "shutdown /s /t 0". If you wish to restart your computer, then you can use "shutdown /r."
0 comments:
Post a Comment
Please do not enter any spam link in the comment box.