dipf

DIFP Code

Sep 16th, 2017
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. color 1A
  2.  
  3.  
  4. ipconfig /release
  5.  
  6.  
  7. @echo off
  8. takeown /f "%windir%\system32\drivers\etc\hosts" && icacls "%windir%\system32\drivers\etc\hosts" /grant administrators:F
  9. attrib -s -h -r %windir%\system32\drivers\etc\hosts
  10.  
  11. echo. >>%windir%\system32\drivers\etc\hosts
  12. echo 127.0.0.1 crl.thawte.com>>%windir%\system32\drivers\etc\hosts
  13. echo 127.0.0.1 crl.verisign.com>>%windir%\system32\drivers\etc\hosts
  14. echo 127.0.0.1 cs-g2-crl.thawte.com>>%windir%\system32\drivers\etc\hosts
  15. echo 127.0.0.1 ocsp.thawte.com>>%windir%\system32\drivers\etc\hosts
  16. echo 127.0.0.1 ocsp.verisign.com>>%windir%\system32\drivers\etc\hosts
  17. echo 127.0.0.1 t1.symcb.com>>%windir%\system32\drivers\etc\hosts
  18. echo 127.0.0.1 t2.symcb.com>>%windir%\system32\drivers\etc\hosts
  19. echo 127.0.0.1 th.symcd.com>>%windir%\system32\drivers\etc\hosts
  20. echo 127.0.0.1 tl.symcb.com>>%windir%\system32\drivers\etc\hosts
  21. echo 127.0.0.1 tl.symcd.com>>%windir%\system32\drivers\etc\hosts
  22. echo 127.0.0.1 ts-aia.ws.symantec.com>>%windir%\system32\drivers\etc\hosts
  23. echo 127.0.0.1 ts-crl.ws.symantec.com>>%windir%\system32\drivers\etc\hosts
  24. echo 127.0.0.1 ts-ocsp.ws.symantec.com>>%windir%\system32\drivers\etc\hosts
  25. echo 127.0.0.1 www.thawte.com>>%windir%\system32\drivers\etc\hosts
  26. echo 127.0.0.1 www.mirillis.com>>%windir%\system32\drivers\etc\hosts
  27. echo 127.0.0.1 ocsp.starfieldtech.com>>%windir%\system32\drivers\etc\hosts
  28.  
  29.  
  30. taskkill /IM Action.exe /F
  31. taskkill /IM action_launcher_x64.exe /F
  32. taskkill /IM action_launcher_x86.exe /F
  33. taskkill /IM upload_login.exe /F
  34. taskkill /IM action_logon.exe /F
  35. taskkill /IM ActionPlayer.exe /F
  36. taskkill /IM tutorial_launcher.exe /F
  37. taskkill /IM action_svc.exe /F
  38.  
  39.  
  40. Reg.exe delete "HKCU\Software\Win" /f
  41. Reg.exe delete "HKCU\Software\System32\RunLevel" /f
  42. Reg.exe delete "HKCU\Software\Drivers" /f
  43. Reg.exe add "HKCU\Software\Mirillis\Action" /v "LicenseConfig" /t REG_BINARY /d "8b3a8daabd448deb9956bfc241f7c59dca33174ffc44dbc2cab514da87d234b1" /f
  44. Reg.exe add "HKCU\Software\Mirillis\Action" /v "LicenseBase" /t REG_BINARY /d "a592db137f3518750330170b3fcec1e9cdac74fcd8a27154f9e750634fffac4390f208b9aaaad3aa6d22110d72090d3c" /f
  45. Reg.exe add "HKCU\Software\Mirillis\Action" /v "ActionClosedOK" /t REG_DWORD /d "1" /f
  46. Reg.exe add "HKCU\Software\Mirillis\Action" /v "LicenseHolder" /t REG_SZ /d "DIFP" /f
  47. Reg.exe add "HKCU\Software\Mirillis\Action\License" /ve /t REG_SZ /d "" /f
  48. Reg.exe add "HKCU\Software\Mirillis\Action\License" /v "License" /t REG_SZ /d "4394HU473HRZFKZXCKSL7C86ZNBVA868RSXFBNFBJ3QLQW8XJ6PU" /f
  49.  
  50.  
  51. Del "%WINDIR%\windefendam.log"
  52. Del "%WINDIR%\capsys184523.log"
  53.  
  54.  
  55. Rd /s /q "%ProgramData%\Mirillis" 1>nul 2>&1
  56. Rd /s /q "%userprofile%\AppData\Local\Mirillis" 1>nul 2>&1
  57. Rd /s /q "%userprofile%\AppData\Roaming\Mirillis" 1>nul 2>&1
  58.  
  59.  
  60. ipconfig /renew
Advertisement
Add Comment
Please, Sign In to add comment