去掉桌面快捷方式角标
在桌面新建文本文档,然后打开,粘贴以下内容
@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 && explorer
粘贴好以后,就把文件另存为 1.bat 再点保存,最后双击打开该文件,任务执行了就可以了
效果图: