美文网首页
去掉快捷方式小箭头

去掉快捷方式小箭头

作者: 我是_你的范儿 | 来源:发表于2018-10-31 11:19 被阅读0次
  • 运行 输入代码-然后回车
cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe
  • Win10
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

复制上面的代码。新建一个文本文件。粘贴后另存为.bat文件,然后以管理员身份打开

相关文章

网友评论

      本文标题:去掉快捷方式小箭头

      本文链接:https://www.haomeiwen.com/subject/raootqtx.html