w i n10强迫症去除快捷方式箭头
强迫症win10去除快捷箭头:(win10的小箭头用好道等美化软件是无法去除的)
方法1:注册表:按win+R输入regedit或直接在左下角的搜索框里输入regedit打开注册表,打开HKEY_CLASSES_ROOT——全字匹配查找lnkfile,在编辑选项上查找下一个,找到为止。
删除lnkfile里的IsShortcut键值。
方法2:新建文本文档保存为*.bat,以管理员身份运行。
内容为:
reg add
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio n\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。
屏幕会闪一下,要么黑屏一会。
然后弹出命令提示框。
点任意键即可。
效果为:
如果不行注销再登陆!!
恢复箭头:
reg delete
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio n\Explorer\Shell Icons" /v 29 /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
——副作用未检测。