If we could I would already have sent you the link and probably more then half of the people following this thread.
Such a things ar always marked as a virus, especialy by Kaspersky. If you affraid to use it. I suggest you, to buy original licence from producer.
I think it is suspicious that they just release a tool but not a tutorial how to reset manually. I suppose the tool doesn't do anything you can't do manually.
I have also tried this. It works for a few minutes, or in best case for a few hours and then Kapsersky says "Trial version has expired!". Does anyone have a solution to this?
Block host for kaspersky 2016... 0.0.0.0 *.kis.scr.kaspersky-labs.com 0.0.0.0 activation-v2.kaspersky.com 0.0.0.0 activation-v2.geo.kaspersky.com
Obviously it is NOT a virus, unwanted program (wonder why?...) But it is your decision to use it (or NOT). Nobody forces you, right?
Has anyone used KRT 5.0.0.112 ?? Does it modify Windows Host file for the trial reset purpose ?? Planning to try it for K2016 products with W10 x64.. So any advise would be appreciated Thanks.
For the 2016 Products, just save it as a .bat, open it after closing the applications and reopen it, no restart needed. For x64 system. @echo off :: BatchGotAdmin (Run as Admin code starts) REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" REM --> If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" "%temp%\getadmin.vbs" exit /B :gotAdmin if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" ) pushd "%CD%" CD /D "%~dp0" ECHO Off echo > "%AllUsersProfile%\Application Data\Kaspersky Lab\AVP16.0.1\Report:kisextended" echo > "%SystemDrive%\ProgramData\Kaspersky Lab\AVP16.0.1\Report:kisextended" echo > "%AllUsersProfile%\Application Data\Kaspersky Lab\AVP16.0.1\Report:kavextended" echo > "%SystemDrive%\ProgramData\Kaspersky Lab\AVP16.0.1\Report:kavextended" reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\SPC /f if exist %SYSTEMROOT%\SYSWOW64 set WOW6432=Wow6432Node\ reg delete HKEY_LOCAL_MACHINE\SOFTWARE\%WOW6432%KasperskyLab\LicStrg /f REM Below line does NOT exist in KAV 16 rem reg delete HKEY_LOCAL_MACHINE\SOFTWARE\%WOW6432%KasperskyLab\protected\AVP16.0.1\environment /v AutoActivationType /f rem reg delete HKEY_LOCAL_MACHINE\SOFTWARE\%WOW6432%KasperskyLab\protected\AVP16.0.1\environment /v TrialActCode_kis /f REM Below exists in first trial install, but does NOT get re-created in the next run after reset! reg delete HKEY_LOCAL_MACHINE\SOFTWARE\%WOW6432%KasperskyLab\protected\AVP16.0.1\environment /v TrialActCode_kav /f REM Below line needs to be added reg delete HKEY_LOCAL_MACHINE\SOFTWARE\%WOW6432%KasperskyLab\AVP16.0.1\Data\LicCache /v kav /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\%WOW6432%KasperskyLab\AVP16.0.1\settings /v Ins_InitMode /t REG_DWORD /d 1 /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\%WOW6432%KasperskyLab\AVP16.0.1\settings /v EnableSelfProtection /t REG_DWORD /d 1 /f