how to make a shortcut icon to make our pc to sleep or shutdown. this is the desktop
CodePudding user response:
You can also make a shortcut and in the "target" location, you can type in this
cmd /k shutdown -f -p
I'm not sure about the rundll one, it might be malicious to be honest
CodePudding user response:
Make a new txt file with content:
shutdown /s
and change the file extension to .bat. Place it on the desktop and double-click to shutdown.
CodePudding user response:
Do the below steps:
- Right-click in any blank area of your desktop
- Choose New > Shortcut
- Copy/paste the command
RUNDLL ….. 0,1,0
- Click Next
- For the name of the shortcut, enter “Put to Sleep Immediately”
- Click Finish