Advertisement
cigcag

kis2014tr

Sep 18th, 2013
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.74 KB | None | 0 0
  1. :: Kaspersky Internet Security (2011/2012/2013/2014) 91 Days OEM Trial Keys
  2. :: QCGUH-J8FF6-33WGA-UBY62
  3. :: 4GGYH-S7HEJ-QEGXT-4C88H
  4. :: 1. You must disable Kaspersky 2014 Self-Defense [Settings->Additional->Self-Defense - Untick "Enable Self-Defense"]
  5. :: 2. Exit Kaspersky from tray
  6. :: 3. Execute this script
  7. :: 4. Start Kaspersky and put one of these 91-days OEM Trial keys
  8.  
  9. @echo off
  10. if %processor_architecture% == AMD64 goto X64
  11. if %processor_architecture% == x86 goto X86
  12.  
  13. :X86
  14. reg delete HKLM\SOFTWARE\Microsoft\SystemCertificates\SPC\Certificates /f
  15. reg delete HKLM\SOFTWARE\KasperskyLab\protected\LicStorage /f
  16. reg add HKLM\SOFTWARE\KasperskyLab\protected\AVP14.0.0\settings /v Ins_InitMode /t REG_DWORD /d 0x00000001 /f
  17. reg add HKLM\SOFTWARE\KasperskyLab\protected\AVP14.0.0\settings /v EnableSelfProtection /t REG_DWORD /d 0x00000001 /f
  18. reg add HKCU\Software\KasperskyLab\protected\AVP14.0.0 /v LastLicenseNotificationTime /t REG_SZ /d "1500000000" /f
  19. CLS
  20.  
  21. echo.
  22. echo Kaspersky 2014: 91-Days OEM Trial Key expiration date is reseted
  23. echo Press any key to exit.
  24. echo.
  25. goto END
  26.  
  27. :X64
  28. reg delete HKLM\SOFTWARE\Microsoft\SystemCertificates\SPC\Certificates /f
  29. reg delete HKLM\SOFTWARE\Wow6432Node\KasperskyLab\protected\LicStorage /f
  30. reg add HKLM\SOFTWARE\Wow6432Node\KasperskyLab\protected\AVP14.0.0\settings /v Ins_InitMode /t REG_DWORD /d 0x00000001 /f
  31. reg add HKLM\SOFTWARE\Wow6432Node\KasperskyLab\protected\AVP14.0.0\settings /v EnableSelfProtection /t REG_DWORD /d 0x00000001 /f
  32. reg add HKCU\Software\KasperskyLab\protected\AVP14.0.0 /v LastLicenseNotificationTime /t REG_SZ /d "1500000000" /f
  33. CLS
  34.  
  35. echo.
  36. echo Kaspersky 2014: 91-Days OEM Trial Key expiration date is reseted
  37. echo Press any key to exit.
  38. echo.
  39. goto END
  40.  
  41. :END
  42. pause>nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement