win7桌面快捷方式箭頭的去除與恢復(fù)的方法
win7桌面快捷方式箭頭的去除與恢復(fù)
復(fù)制代碼代碼如下:
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /d "%systemroot%system32imageres.dll,196" /t reg_sz /f taskkill /f /im explorer.exe attrib -s -r -h "%userprofile%AppDataLocaliconcache.db" del "%userprofile%AppDataLocaliconcache.db" /f /q start explorer
首先將以上的代碼復(fù)制并保存以quchu.bat格式 然后以管理員的身份運(yùn)行就可以去除快捷方式的箭頭了。
復(fù)制代碼代碼如下:
reg delete "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons" /v 29 /f taskkill /f /im explorer.exe attrib -s -r -h "%userprofile%AppDataLocaliconcache.db" del "%userprofile%AppDataLocaliconcache.db" /f /q start explorer
首先將以上的代碼復(fù)制并保存以huifu.bat格式 然后以管理員的身份運(yùn)行就可以恢復(fù)快捷方式的箭頭了。
相關(guān)文章:
1. Windows7影響筆記本電腦電池續(xù)航時(shí)間2. Windows7下5個(gè)常見故障和解決方案3. 高手支招 教你調(diào)節(jié)Windows7任務(wù)欄4. Windows7批量卸載 讓無效程序重用5. Windows7 SP1或修復(fù)觸控手勢設(shè)置6. Windows7中的組合快捷鍵對(duì)應(yīng)功能7. Windows7家庭普通版(Home Basic)x64官方ISO鏡像下載8. Windows7系統(tǒng)安裝后如何系統(tǒng)優(yōu)化設(shè)置9. 安裝純凈版的windows7系統(tǒng)10. Windows7顛覆Vista系統(tǒng)的幾個(gè)理由
