Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: Kaspersky Internet Security (2011/2012/2013/2014) 91 Days OEM Trial Keys
- :: QCGUH-J8FF6-33WGA-UBY62
- :: 4GGYH-S7HEJ-QEGXT-4C88H
- :: 1. You must disable Kaspersky 2014 Self-Defense [Settings->Additional->Self-Defense - Untick "Enable Self-Defense"]
- :: 2. Exit Kaspersky from tray
- :: 3. Execute this script
- :: 4. Start Kaspersky and put one of these 91-days OEM Trial keys
- @echo off
- if %processor_architecture% == AMD64 goto X64
- if %processor_architecture% == x86 goto X86
- :X86
- reg delete HKLM\SOFTWARE\Microsoft\SystemCertificates\SPC\Certificates /f
- reg delete HKLM\SOFTWARE\KasperskyLab\protected\LicStorage /f
- reg add HKLM\SOFTWARE\KasperskyLab\protected\AVP14.0.0\settings /v Ins_InitMode /t REG_DWORD /d 0x00000001 /f
- reg add HKLM\SOFTWARE\KasperskyLab\protected\AVP14.0.0\settings /v EnableSelfProtection /t REG_DWORD /d 0x00000001 /f
- reg add HKCU\Software\KasperskyLab\protected\AVP14.0.0 /v LastLicenseNotificationTime /t REG_SZ /d "1500000000" /f
- CLS
- echo.
- echo Kaspersky 2014: 91-Days OEM Trial Key expiration date is reseted
- echo Press any key to exit.
- echo.
- goto END
- :X64
- reg delete HKLM\SOFTWARE\Microsoft\SystemCertificates\SPC\Certificates /f
- reg delete HKLM\SOFTWARE\Wow6432Node\KasperskyLab\protected\LicStorage /f
- reg add HKLM\SOFTWARE\Wow6432Node\KasperskyLab\protected\AVP14.0.0\settings /v Ins_InitMode /t REG_DWORD /d 0x00000001 /f
- reg add HKLM\SOFTWARE\Wow6432Node\KasperskyLab\protected\AVP14.0.0\settings /v EnableSelfProtection /t REG_DWORD /d 0x00000001 /f
- reg add HKCU\Software\KasperskyLab\protected\AVP14.0.0 /v LastLicenseNotificationTime /t REG_SZ /d "1500000000" /f
- CLS
- echo.
- echo Kaspersky 2014: 91-Days OEM Trial Key expiration date is reseted
- echo Press any key to exit.
- echo.
- goto END
- :END
- pause>nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement