navicate_windows_14

  • 1.新建文本文档
  • 2.输入如下内容
bash 复制代码
@echo off
set dn=Info
set dn2=ShellFolder
set rp=HKEY_CURRENT_USER\Software\Classes\CLSID
:: reg delete HKEY_CURRENT_USER\Software\PremiumSoft\NavicatPremium\Registration14XCS /f %针对<strong><font color="#FF0000">navicat</font></strong>15%
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
  • 3.将后缀 txt改为bat
  • 4.以管理员身份运行该文件
相关推荐
bing_feilong4 小时前
Windows上SSH连接Ubuntu失败
windows·ubuntu·ssh
nenchoumi31194 小时前
UE5 学习系列(二)用户操作界面及介绍
windows·学习·ue5·机器人
CPU不够了5 小时前
window7 wpf程序打不开问题排查及处理
windows·.net·wpf
frankz6110 小时前
ffmpeg windows 32位编译
windows·ffmpeg
张声录110 小时前
Windows 环境下 Golang 与 Vosk-API 语音识别开发环境搭建指南
windows·golang·语音识别
tanyyinyu11 小时前
Python列表:高效灵活的数据存储与操作指南
开发语言·windows·python
刚入门的大一新生13 小时前
C++初阶-list的底层
c++·windows·list
不爱搬砖的码农19 小时前
windows系统MySQL安装文档
windows·mysql·adb
BillKu1 天前
MyBatis中foreach集合用法详解
windows·mybatis
扛枪的书生1 天前
AD 横向移动-LSASS 进程转储
windows·渗透·kali·域渗透