咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
新建一个文本文档,把代码输入进去保存,然后将文本文档.TXT格式改为.BAT的格式。双击运行即可。
@echo off
color 0a
title 清除运行记录
echo Windows Registry Editor Version 5.00 >>pc.reg
echo [-HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerRunMRU] >>pc.reg
regedit /s pc.reg
del pc.reg
TASKKILL /f /IM explorer.exe
start %SystemRoot%explorer.exe