恢复win7快捷方式小箭头
Posted 码农网络科技
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了恢复win7快捷方式小箭头相关的知识,希望对你有一定的参考价值。
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\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
以上是关于恢复win7快捷方式小箭头的主要内容,如果未能解决你的问题,请参考以下文章