初始化提交
This commit is contained in:
17
Win/16X/reset_for_windows.bat
Normal file
17
Win/16X/reset_for_windows.bat
Normal file
@@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
|
||||
echo Delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration[version and language]
|
||||
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
|
||||
22
Win/16X/reset_for_windows_20230730.bat
Normal file
22
Win/16X/reset_for_windows_20230730.bat
Normal file
@@ -0,0 +1,22 @@
|
||||
@echo off
|
||||
set dn=Info
|
||||
set dn2=ShellFolder
|
||||
set rp=HKEY_CURRENT_USER\Software\Classes\CLSID
|
||||
reg delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration16XCS /f
|
||||
reg delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Update /f
|
||||
echo finding.....
|
||||
for /f "tokens=*" %%a in ('reg query "%rp%"') do (
|
||||
echo %%a
|
||||
for /f "tokens=*" %%l in ('reg query "%%a" /f "%dn%" /s /e ^|findstr /i "%dn%"') do (
|
||||
echo deleteing: %%a
|
||||
reg delete %%a /f
|
||||
)
|
||||
for /f "tokens=*" %%l in ('reg query "%%a" /f "%dn2%" /s /e ^|findstr /i "%dn2%"') do (
|
||||
echo deleteing: %%a
|
||||
reg delete %%a /f
|
||||
)
|
||||
)
|
||||
echo re trial done!
|
||||
|
||||
pause
|
||||
exit
|
||||
BIN
Win/16X/reset_navicat.exe
Executable file
BIN
Win/16X/reset_navicat.exe
Executable file
Binary file not shown.
BIN
Win/16X/系统定时服务.gif
Normal file
BIN
Win/16X/系统定时服务.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 MiB |
Reference in New Issue
Block a user