首页 > Windows开发 > 详细

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

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

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桌面上快捷方式的箭头

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!