very easy to shut down your PC and Laptop instead of going to Start etc. follow the step and create a software (very easy) and when you want to shut down click on that software.
go to desktop
right click
click on new menu
shortcut
paste this code
%windir%\System32\Shutdown.exe -s -f -t 1
(t means time give time in second i.e. for one minute you should text 60)
in this code I set 1 sec mean PC will be shutdown in a second set time for your own desires
thanks for visiting our site.
code
ReplyDelete%windir%\System32\Shutdown.exe -s -f -t60