[TIP]Kaspersky Products Trial Reset KAV/KIS/PURE 2013-2014

Discussion in 'Application Software' started by CHEF-KOCH, Oct 13, 2013.

  1. toodirt

    toodirt MDL Novice

    Joined:
    Mar 18, 2014
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    If we could I would already have sent you the link and probably more then half of the people following this thread.
     
  2. Hlx

    Hlx MDL Junior Member

    Joined:
    May 15, 2014
    Messages:
    56
    Likes Received:
    14
    Trophy Points:
    0
    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.
     
  3. mdlfreind

    mdlfreind MDL Novice

    Joined:
    Jun 19, 2015
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    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.
     
  4. toodirt

    toodirt MDL Novice

    Joined:
    Mar 18, 2014
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    Maybe there is a way to track all changes the tool does.
     
  5. sebus

    sebus MDL Guru

    Joined:
    Jul 23, 2008
    Messages:
    6,201
    Likes Received:
    1,945
    Trophy Points:
    210
  6. crazy.cipry

    crazy.cipry MDL Novice

    Joined:
    Sep 12, 2014
    Messages:
    1
    Likes Received:
    1
    Trophy Points:
    0
    #126 crazy.cipry, Aug 6, 2015
    Last edited by a moderator: Apr 20, 2017
    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?
     
  7. Dream_cream

    Dream_cream MDL Novice

    Joined:
    Jul 29, 2015
    Messages:
    27
    Likes Received:
    3
    Trophy Points:
    0
    It's working in my pc.
     
  8. meisterlein

    meisterlein MDL Novice

    Joined:
    Aug 20, 2015
    Messages:
    5
    Likes Received:
    1
    Trophy Points:
    0
    It works for me Windows 7 Ultimate, thanks.
     
  9. Snoopyy

    Snoopyy MDL Junior Member

    Joined:
    Jul 21, 2015
    Messages:
    59
    Likes Received:
    67
    Trophy Points:
    0
    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
     
  10. roga

    roga MDL Member

    Joined:
    Aug 12, 2015
    Messages:
    144
    Likes Received:
    73
    Trophy Points:
    10
    How can you be sure the .exe is no virus?
     
  11. sebus

    sebus MDL Guru

    Joined:
    Jul 23, 2008
    Messages:
    6,201
    Likes Received:
    1,945
    Trophy Points:
    210
  12. Snoopyy

    Snoopyy MDL Junior Member

    Joined:
    Jul 21, 2015
    Messages:
    59
    Likes Received:
    67
    Trophy Points:
    0
  13. sebus

    sebus MDL Guru

    Joined:
    Jul 23, 2008
    Messages:
    6,201
    Likes Received:
    1,945
    Trophy Points:
    210
    Obviously it is NOT a virus, unwanted program (wonder why?...)

    But it is your decision to use it (or NOT). Nobody forces you, right?
     
  14. new_hack

    new_hack MDL Member

    Joined:
    Mar 31, 2011
    Messages:
    132
    Likes Received:
    10
    Trophy Points:
    10
    boss CHEF-KOCH...any info for kaspersky 2016 ty:p
     
  15. naxal

    naxal MDL Junior Member

    Joined:
    May 15, 2014
    Messages:
    93
    Likes Received:
    6
    Trophy Points:
    0
    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.
     
  16. sebus

    sebus MDL Guru

    Joined:
    Jul 23, 2008
    Messages:
    6,201
    Likes Received:
    1,945
    Trophy Points:
    210
    No, it does NOT
     
  17. toodirt

    toodirt MDL Novice

    Joined:
    Mar 18, 2014
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    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
     
  18. Cilimanjaro

    Cilimanjaro MDL Novice

    Joined:
    Sep 11, 2014
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Any new ways to reset trial without trial resetter?
     
  19. sebus

    sebus MDL Guru

    Joined:
    Jul 23, 2008
    Messages:
    6,201
    Likes Received:
    1,945
    Trophy Points:
    210
    No, there is not!
     
  20. aladdin2006

    aladdin2006 MDL Junior Member

    Joined:
    Feb 28, 2013
    Messages:
    97
    Likes Received:
    15
    Trophy Points:
    0
    #140 aladdin2006, Dec 24, 2018
    Last edited: Dec 24, 2018
    @CHEF-KOCH
    Can someone please make batch for KIS2019? Please don't ask to use KRT Club.