1. 程式人生 > >win7桌面快捷方式箭頭的去除與恢復的方法

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

轉自:http://www.jb51.net/os/windows/63971.html

win7桌面快捷方式箭頭的去除與恢復 


複製程式碼 程式碼如下:
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 

首先將以上的程式碼複製並儲存以quchu.bat格式 

然後以管理員的身份執行就可以去除快捷方式的箭頭了。 

複製程式碼 程式碼如下:
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 

首先將以上的程式碼複製並儲存以huifu.bat格式 

然後以管理員的身份執行就可以恢復快捷方式的箭頭了。