Here's a batch file for everyone to clear the Kingsoft Antivirus 2008 pass. In other words, after the 37-day trial period is over, just run this batch file and you can apply for the free trial period again.
@echo off
mode con:cols=29 lines=1
color 70
title Whether to clear the Kingsoft Antivirus pass?
set /p choose=Press Y to clear, press any other key to exit:
if /i "%choose%"=="Y" goto run
exit
:run
tskill uplive
del "%allusersprofile%\Application Data\Kingsoft\KIS\User.DAT"
del "%allusersprofile%\Application Data\Kingsoft\KIS\Log.DAT"
reg DELETE "HKCR\CLSID\{4A27A907-4DBE-438b-B827-573144ACA3DE}" /f
for /f "skip=3 tokens=3,4 delims= " %%a in ('reg QUERY HKCU\Software\KINGSOFT\ANTIVIRUS\ /v ProgramPath') do set path=%%a%%b
start "" "%path%uplive.exe"
[ Last edited by wuhanbin on 2008-8-26 at 05:20 PM ]
@echo off
mode con:cols=29 lines=1
color 70
title Whether to clear the Kingsoft Antivirus pass?
set /p choose=Press Y to clear, press any other key to exit:
if /i "%choose%"=="Y" goto run
exit
:run
tskill uplive
del "%allusersprofile%\Application Data\Kingsoft\KIS\User.DAT"
del "%allusersprofile%\Application Data\Kingsoft\KIS\Log.DAT"
reg DELETE "HKCR\CLSID\{4A27A907-4DBE-438b-B827-573144ACA3DE}" /f
for /f "skip=3 tokens=3,4 delims= " %%a in ('reg QUERY HKCU\Software\KINGSOFT\ANTIVIRUS\ /v ProgramPath') do set path=%%a%%b
start "" "%path%uplive.exe"
[ Last edited by wuhanbin on 2008-8-26 at 05:20 PM ]

