The trial reset is working but their server isn't giving out any new 30 days trial anymore and I can't understand why
maybe cause activation only last 12 months meaning that we have to try again on 1 January but that didn't happen before plus we're not activating but resting what happens if installed on new windows installation ? how much time will it give ? EDIT: i have tried installing it on vm and it worked normally gave me 31 days tomorrow will try to rest it
found a key and got new trial period. reset your kaspersky then activate with this key: 3M3K9-5R92S-ZDH5Y-NA944
i did try it today and no it doesn't work anymore tried both script which were posted here and krt club trial reseter non of them worked i did try what you said and it did work giving me 92 days thanks mate ,one question though after 90 days that key will expire and we will have to either find a new key or a new script right?
Unfortunately it's not for KIS (the one I'm using) but KTS also I'm afraid they'll ban these keys if too many people use them.
no problem, probably just reset kaspersky again and reuse the same key, i believe it'll reset? I might try it in 5 days. UPDATE: yup, resetting works with the key. I doubt and hopefully they wont. I found this from another forum posted minutes before I shared here, then I went googling this key and found a post from 2020 lol EDIT: not sure if I could find KIS, but try looking around the forum where the key was posted.
I already checked there and I only found KTS serials or .lic files that I prefer not to use since to make them work you have to use a shady tweak assistant. I hope someone here will come up with a new bat file to reset the trial. EDIT: I just realized it keeps giving me the same trial code so they added something that the trial reset doesn't delete, some sort of machine ID that let Kaspersky know that you already claimed one.
Or possibly, now they keep the hash of the machine (ie computed from the serial number of the HDD - same like ie AnyDVD does) that requests the trial, not really technically difficult Easiest way to test it to use it in Virtualbox (because VB is the only solution that allows quick & easy change of the serial number of the virtual hard disk) Code: VBoxManage setextradata "TEST_VM_NAME" "VBoxInternal/Devices/ahci/0/Config/Port0/SerialNumber" 1234567890 and to check that it is changed, read it back from the running OS Code: wmic path win32_physicalmedia get Tag,SerialNumber Install, get trial key, delete key, run reset, shutdown, change HDD serial, boot & request trial again Compare both instances
Someone already tried on a VM and it worked: The problem is finding a way to make the resetter work again
I already explained above, unless one tests in Virtualbox (ONLY) with HDD serial change, it will be guessing game
If it worked on VM and not on your PC it's because they added something in the registry or just took an ID of some sort, I don't think it's the IP since with a proxy it will be too easy to bypass.
that's what i have been saying i did try what you said in virtualbox didn't work also changing mac didn't work my pc is currently activated with the serial refelix posted -i have KTS not KIS- which i tried first on the vm and it worked there too and if it's registry key it will be hard to find since i have tried to delete every key that kaspersky insert there but still couldn't reset trial period
If you had tried in VM (exactly as I specified, HDD serial and/or MAC change) & it did not re-activate, then it would indicate registry and/or file entry, but that would mean a new program version - in my case it is still 21.3.10.391(j) - because old code would unlikely have the "new" protection build in So something does not add up & as I said, likely it is on the activation server sidse
yes i did it exactly as you specified and yes the app still on v 21.3.10.391(j) maybe the servers will rest on the 1st of January or something but if that is true-which i doubt cause it's easy one -why did it work with the serial refelix posted ? it still says trial for 1 computer for 93 days
@echo OFF COLOR 1F if EXIST "%SYSTEMROOT%\SysWOW64" ( SET WOW6432=\Wow6432Node ) else ( SET WOW6432= ) DEL /F "C:\ProgramData\Kaspersky Lab\AVP21.8\Data\stor_kav.bin" DEL /F "C:\ProgramData\Kaspersky Lab\AVP21.8\Data\stor_kis.bin" DEL /F "C:\ProgramData\Kaspersky Lab\AVP21.8\Data\stor_pure.bin" DEL /F "C:\ProgramData\Kaspersky Lab\AVP21.8\Data\stor_saas.bin" DEL /F "C:\ProgramData\Kaspersky Lab\AVP21.8\Data\cat_engine*" REG DELETE HKLM\SOFTWARE\Microsoft\SystemCertificates\SPC /f REG DELETE HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\Data\LicCache /f REG DELETE HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\Data\LicensingActivationErrorStorageLogic /f REG DELETE HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\Data\UPAO /f REG DELETE HKLM\SOFTWARE%WOW6432%\KasperskyLab\LicStrg /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\Data /v UseKSN /t REG_DWORD /d 1 /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\environment /v ActivationCode_kfa /t REG_SZ /d "" /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\environment /v TrialActCode_kav /t REG_SZ /d "" /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\environment /v TrialActCode_kis /t REG_SZ /d "" /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\environment /v TrialActCode_pure /t REG_SZ /d "" /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\environment /v TrialActCode_saas /t REG_SZ /d "" /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\environment /v ShowActivateTrialOption /t REG_SZ /d "1" /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\settings /v Ins_InitMode /t REG_DWORD /d 1 /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\settings /v Kaspersky_ID /t REG_SZ /d "" /f REG ADD HKLM\SOFTWARE%WOW6432%\KasperskyLab\AVP21.8\settings /v EnableSelfProtection /t REG_DWORD /d 1 /f PAUSE EXIT
Run the reset on KAV 21.3.10.391(j) There seems to be no ..\Data\cat_engine* file in my version (but that does not matter really) Had to add this line to the above (as well as changing reference to 21.3) Code: DEL /F "C:\ProgramData\Kaspersky Lab\AVP21.3\Data\stor_AVP.bin" and the given trial was as previously, 31 days (making total 32 days)