删除Windows 系统快捷方式箭头 Delete Windows Shortcuct Arrows

在系统磁盘任何位置新建TXT文本文档,复制如下代码,以【.bat】为后缀的方式另存;然后双击运行,即可。如果出现安全提示点击【允许】;或者,在文件上右键单击选择【以管理员身份运行】。

title Delete Windows Shortcuct Arrows

@echo off

color 2

reg delete HKCR\lnkfile /v IsShortcut /f

reg delete HKCR\piffile /v IsShortcut /f

reg delete HKCR\InternetShortcut /v IsShortcut /f

taskkill /f /im explorer.exe && start explorer

pause

 

posted @ 2019-08-06 17:54  丶镜心  阅读(387)  评论(0编辑  收藏  举报