MrPower

开启极客人生

【技术解决】20180415 任务栏快捷方式和快捷箭头冲突问题

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

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

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格式,一键运行

 

posted @ 2018-04-15 19:55  YEAHZERO  阅读(229)  评论(3)    收藏  举报