add active navicat premium
This commit is contained in:
17
WindowsShell/navicat-active/reset-premium.bat
Normal file
17
WindowsShell/navicat-active/reset-premium.bat
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
echo Delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration16XCS
|
||||||
|
for /f %%i in ('"REG QUERY "HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium" /s | findstr /L Registration"') do (
|
||||||
|
reg delete %%i /va /f
|
||||||
|
)
|
||||||
|
echo.
|
||||||
|
|
||||||
|
echo Delete Info folder under HKEY_CURRENT_USER\Software\Classes\CLSID
|
||||||
|
for /f %%i in ('"REG QUERY "HKEY_CURRENT_USER\Software\Classes\CLSID" /s | findstr /E Info"') do (
|
||||||
|
reg delete %%i /va /f
|
||||||
|
)
|
||||||
|
echo.
|
||||||
|
|
||||||
|
echo Finish
|
||||||
|
|
||||||
|
pause
|
||||||
Reference in New Issue
Block a user