win7去除快捷方式小箭头

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/foget_over/article/details/68944570

win7_x64_去除快捷方式小箭头:



reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /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

复制以上代码,保存成123.bat文件,以管理员身份运行即可。

猜你喜欢

转载自blog.csdn.net/foget_over/article/details/68944570