intr uninstall

pull/1/head v1.0
iotcat 4 years ago
parent 7b0243e8c4
commit a00dab9363
  1. 20
      kms.bat
  2. 4
      trans/remove_chinese.txt
  3. 3
      trans/select_chinese.txt
  4. 12
      uninstall.bat

@ -13,12 +13,14 @@ cls
echo. Please select your Windows Version:
echo. 1. Windows 10 home
echo. 2. Windows 10 pro (professional)
echo. 3. Show CHINESE Translate
echo. 3. Remove KMS..
echo. 4. Show CHINESE Translate
echo.
set /p a=Your select =
if /i '%a%'=='1' goto version_home
if /i '%a%'=='2' goto version_pro
if /i '%a%'=='3' set /a is_chinese=1 & start notepad %mypath%\trans\select_chinese.txt
if /i '%a%'=='3' goto remove
if /i '%a%'=='4' set /a is_chinese=1 & start notepad %mypath%\trans\select_chinese.txt
echo. Unknown Input....
goto get_version
@ -108,6 +110,20 @@ echo. IoTcat(http://iotcat.me)
echo.
if /i '!is_chinese!'=='1' start notepad %mypath%\trans\error_chinese.txt
pause
goto end
:remove
cd /d "%SystemRoot%\system32"
echo. Clear old kms service...
slmgr /upk
cls
echo.
echo. KMS Removed successfully!!
echo.
echo. IoTcat (http://iotcat.me)
echo.
if /i '!is_chinese!'=='1' start notepad %mypath%\trans\remove_chinese.txt
pause
:end

@ -0,0 +1,4 @@
系统已恢复未激活状态!!!
呓喵酱 (http://iotcat.me)

@ -3,7 +3,8 @@
1. Windows 10 家庭版
2. Windows 10 专业版 企业版 教育版
3. 获取中文翻译
3. 恢复系统未激活状态
4. 获取中文翻译
你的选择是 =

@ -1,12 +0,0 @@
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
@echo off
cd /d "%SystemRoot%\system32"
echo. Clear old kms service...
slmgr /upk
cls
echo.
echo. KMS Removed successfully!!
echo.
echo. IoTcat (http://iotcat.me)
echo.
pause
Loading…
Cancel
Save