如何清除桌面上的快捷方式小箭头?

在记事本中输入如下代码:io

@echo offfile

color 2im

reg delete HKCR\lnkfile /v IsShortcut /fdb

reg delete HKCR\piffile /v IsShortcut /fco

reg delete HKCR\InternetShortcut /v IsShortcut /flet

taskkill /f /im explorer.exe && explorerdll

保存成 .bat格式,使用管理员方式运行,桌面上的快捷方式就能够bat

什么?不行是吗?那试试下面这个icon

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f taskkill /f /im explorer.exe attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db" del "%userprofile%\AppData\Local\iconcache.db" /f /q start explorer pausedelete

保存.bat格式,使用管理员方式运行

相关文章
相关标签/搜索