Einzelnen Beitrag anzeigen
Ungelesen 09.08.09, 11:32   #17 Top
Benutzerbild von DMX123_archive
Mitglied seit: Sep 2008
Beiträge: 0
DMX123_archive ist offline
DMX123_archive
Member
 
Kaspersky Internet Security

Hey,

ich habe seit neuestem das Problem, dass auf meinem Vista PC die Trial reset Batch nicht mehr funktioniert.

Habe es auch schon probiert als Administrator und auch im Abgesicherten Modus zu starten.

Die Batch wird zwar ausgeführt jedoch wird die Testperiode nicht zurück gesetzt.


Auf meinem XP PC mit der gleichen Batch Datei funktioniert es Problemlos.


Hat jemand eine Idee??


gruß



hier die Batch
Code:
@ECHO OFF title Kaspersky v7.x Trail Reset 2.0 by RajatMathur ECHO. ECHO This patch will restore Kaspersky trail so it can be re-used in Trail Mode.. :CONFIRM echo. echo =================================================================== echo ================KASPERSKY TRAIL RESET 7.0=========================== echo =================================================================== echo====================================================by RajatMathur=== echo =================================================================== echo. echo Make sure you have exited Kaspersky and follow these steps. echo. ::======================================= :A)Choosing Scetions Bigin Here ::======================================= :A1 echo Choose An Option: echo 1- Reset Kaspersky Trail echo 2- About Kaspersky Trail Reset echo. set/p "cho1=>" if %cho1%==1 goto B2 if %cho1%==2 goto D1 if %cho1%==exit goto End if %cho1%==Exit goto End echo please choose (1) or (2) . or type Exit, to Exit echo. goto A1P :A3 cls Echo Done, Should Trail Reset Exit Now? (Y/N) set/p "cho3=>" if %cho3%==Y goto DX if %cho3%==y goto DX if %cho3%==n goto R1 if %cho3%==N goto R1 :B2 > %TEMP%.\Fix.reg ECHO Windows Registry Editor Version 5.00 >>%TEMP%.\Fix.reg ECHO. >>%TEMP%.\Fix.reg ECHO [-HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\LicStorage] >>%TEMP%.\Fix.reg ECHO. >>%TEMP%.\Fix.reg ECHO [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\SPC] >>%TEMP%.\Fix.reg ECHO. REGEDIT /S %TEMP%.\Fix.reg goto A3 ::======================================= :D) OTHERS = Greetz, Flames, Shouts here = LOL why are you reading inside the bat file anyway?? yeah i know, i dont care anyways > ::======================================= :R1 cls goto A1 1 cls echo ========INFO=========== echo version: 2.0 Released: 23/3/08 echo writtenby: Gr0uND ZYr0 echo ======================= echo. echo This patch was written by RajatMathur echo Credit for the Trail Reset discovery goes to RajatMathur. echo Greetz fly out to all members. echo. echo Thank you for spending some time reading this. echo. echo RajatMathur pause echo. goto A3 X

Mit Zitat antworten Beitrag melden