码迷,mamicode.com
首页 > Windows程序 > 详细

win8.1桌面上快捷方式的箭头

时间:2014-08-12 13:29:34      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   io   2014   ar   

bubuko.com,布布扣

删除
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\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
p ause
恢复
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
p ause

 

 00. 复制批处理到TXT,保存为1.bat。右键以管理员的身份运行即可!!!

win8.1桌面上快捷方式的箭头,布布扣,bubuko.com

win8.1桌面上快捷方式的箭头

标签:style   blog   http   color   os   io   2014   ar   

原文地址:http://www.cnblogs.com/lieyan/p/3906987.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!