欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

win7桌面快捷方式箭頭的去除與恢復(fù)的方法

  發(fā)布時(shí)間:2012-10-21 14:54:10   作者:佚名   我要評(píng)論
WIN7的桌面圖標(biāo)默認(rèn)的有小箭頭.下面我們看一下如何去掉
win7桌面快捷方式箭頭的去除與恢復(fù)

復(fù)制代碼
代碼如下:

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

首先將以上的代碼復(fù)制并保存以quchu.bat格式
然后以管理員的身份運(yùn)行就可以去除快捷方式的箭頭了。

復(fù)制代碼
代碼如下:

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

首先將以上的代碼復(fù)制并保存以huifu.bat格式
然后以管理員的身份運(yùn)行就可以恢復(fù)快捷方式的箭頭了。

相關(guān)文章

最新評(píng)論