500m

win+R,输入regedit,分别在
HKEY_CLASSES_ROOT\piffile
HKEY_CLASSES_ROOT\InternetShortcut
HKEY_CLASSES_ROOT\lnkfile
中新建→字符串值,命名为IsShortcut
如果需要除去小箭头用下面的命令
新建一个文本文件,粘贴后另存为.bat文件,然后以管理员身份打开
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
pause

分类:

技术点:

相关文章:

  • 2021-12-16
  • 2021-10-29
  • 2021-08-14
  • 2021-12-12
  • 2021-11-28
  • 2021-08-14
  • 2021-08-14
猜你喜欢
  • 2021-12-19
  • 2021-08-14
  • 2021-12-16
  • 2021-10-12
相关资源
相似解决方案