Breaking

Tuesday, May 17, 2016

Shutting Down Computer Using Notepad


Just imagine, if instead of pressing on start button and then on the shutdown button and then on the ok option, you could just double click on an icon to shut your system down. The Notepad trick code written below does just that. Just save the file as a .vbs file, and press it when you need to shut down the system.
 just follow my steps carefully

step 1
        open notepad
step 2
        type the following codes on notepad


@echo off
msg * System will now shut down
shutdown -c “Bye!” –s


step 3
         and save it as a batch file




 

No comments:

Post a Comment