It most likely failed because I forgot to delete Data\LicCache. I will try tomorrow when the counter goes to 29 days, as I'm on a different PC than the one were I had 28 days left
Disable self-defence, exit tray icon, run .bat as administrator Works perfectly fine on KAV 2014: Spoiler Code: @echo off if EXIST "%SYSTEMROOT%\SysWOW64" ( SET WOW6432=\Wow6432Node ) else ( SET WOW6432= ) For /F "Tokens=2*" %%I In ('Reg Query "HKEY_LOCAL_MACHINE\SOFTWARE%WOW6432%\KasperskyLab\protected\AVP14.0.0\environment" /V Ins_ProductPath') Do Set PAT=%%J REG DELETE HKLM\SOFTWARE%WOW6432%\KasperskyLab\protected\LicStorage /f REG DELETE HKLM\SOFTWARE\Microsoft\SystemCertificates\SPC /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\protected\AVP14.0.0\settings /v Ins_InitMode /t REG_DWORD /d 1 /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\protected\AVP14.0.0\settings /v EnableSelfProtection /t REG_DWORD /d 1 /f Start "KIS/KAV 14 Resetter" "%PAT%avpui.exe"
@elzna you were right it's not working anymore on Kaspersky 2015, you can forget about the "LicCache" thing it won't do any good, i was also mistaken about the time zone trick. @sebus the problem is in KIS/KAV 2015 (4 or 5 posts before yours)
You also got the problem were the activation date+time changes when the trial reset is used but the expiration day wont change at all? So if you have 29 days and reset it will still say 29 days. Yeah thats what I was trying to say
Sorry for being a layman here but I tried to reset the TRIAL and failed miserably Can any one help.. What exactly I am suppose to do ?? 1. Delete those Reg Key mentioned in the first post ?? I tried, but most of the time I get error unable to delete or can not write the value type errors.. 2. Download that Trail Reset I tried and ran that.. It shows that it has successfully reset the trail but when the application is launched, I see the old trail key still installed.. I must be doing something wrong here, can anyone help ?? My System config is following Code: Windows 8.1 Update 1 x64 KIS -> kis14.0.0.4651abcdEN_5761
KRT_3.0.0.34 Spoiler crc32: 6441e96f md4: 0224fa3257790cef3c5ce3ba7f0dd193 md5: 807df9b17867a41835dea84a454beb25 sha-1: E1dd25b6f4acbba64a7f0db5a46435416541a1c2 Supported versions of Kaspersky Lab products: Spoiler Kaspersky Antivirus 2011. Kaspersky Antivirus 2012. Kaspersky Antivirus 2013. Kaspersky Antivirus 2014. Kaspersky Antivirus 2015. Kaspersky Internet Security 2011. Kaspersky Internet Security 2012. Kaspersky Internet Security 2013. Kaspersky Internet Security 2014. Kaspersky Internet Security 2015. Kaspersky CRYSTAL 2.0. Kaspersky CRYSTAL 3.0. Kaspersky Endpoint Security 8. Kaspersky Endpoint Security 10. Kaspersky Small Office Security 2. Kaspersky Small Office Security 3.
Absolutely you're right NR, glad to see you..FYI they now going to test (KIS15.0.0.2019EN-RU).KIS_2015_MR1 (Maintenance Release)
Erhm hello i would like to enquire if this will work on PURe 3.0 as my trial only left 5 days hope someone will reply me thank you
can someine test this batch script Code: echo > "%AllUsersProfile%\Application Data\Kaspersky Lab\AVP15.0.0\Report:kisextended" echo > "%SystemDrive%\ProgramData\Kaspersky Lab\AVP15.0.0\Report:kisextended" echo > "%AllUsersProfile%\Application Data\Kaspersky Lab\AVP15.0.0\Report:kavextended" echo > "%SystemDrive%\ProgramData\Kaspersky Lab\AVP15.0.0\Report:kavextended" reg delete HKLM\SOFTWARE\Microsoft\SystemCertificates\SPC /f if exist %SYSTEMROOT%\SYSWOW64 set WOW6432=Wow6432Node\ reg delete HKLM\SOFTWARE\%WOW6432%KasperskyLab\LicStrg /f reg delete HKLM\SOFTWARE\%WOW6432%KasperskyLab\protected\AVP15.0.0\environment /v AutoActivationType /f reg delete HKLM\SOFTWARE\%WOW6432%KasperskyLab\protected\AVP15.0.0\environment /v TrialActCode_kis /f reg delete HKLM\SOFTWARE\%WOW6432%KasperskyLab\protected\AVP15.0.0\environment /v TrialActCode_kav /f reg add HKLM\SOFTWARE\%WOW6432%KasperskyLab\AVP15.0.0\settings /v Ins_InitMode /t REG_DWORD /d 1 /f reg add HKLM\SOFTWARE\%WOW6432%KasperskyLab\AVP15.0.0\settings /v EnableSelfProtection /t REG_DWORD /d 1 /f