MrPower

每次重装系统后,最烦的是快捷箭头

  去掉快捷方式图标的小箭头的几种方法

https://zhidao.baidu.com/question/335853150.html

  但快捷方式又不能添加

https://zhidao.baidu.com/question/564803064967726684.html

 

-------------------------------------------------------------------------------------

真正解决:

  “什么方法既能去掉快捷方式小箭头又能保持附到任务栏的功能”

https://zhidao.baidu.com/question/379421001.html

1 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /t reg_sz /f
2 taskkill /f /im explorer.exe
3 attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"
4 del "%userprofile%\AppData\Local\iconcache.db" /f /q
5 start explorer
一键解决快捷方式和快捷箭头.bat

将代码存为.bat格式,一键运行

 

分类:

技术点:

相关文章:

  • 2021-12-15
  • 2021-11-17
  • 2021-11-17
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2021-12-05
猜你喜欢
  • 2021-12-05
  • 2021-05-09
  • 2022-12-23
  • 2021-10-22
  • 2021-07-31
  • 2021-12-05
相关资源
相似解决方案