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格式 然后以管理員的身份運行就可以去除快捷方式的箭頭了。
復(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格式 然后以管理員的身份運行就可以恢復(fù)快捷方式的箭頭了。
相關(guān)文章:
1. Windows7下PCSX2設(shè)置教程2. Vista SP2也可用上Windows7特性3. Windows7系統(tǒng)怎么添加超級終端?4. Windows7系統(tǒng)技巧:刪除某些用戶帳戶5. Windows7如何設(shè)置系統(tǒng)性能優(yōu)化?Windows7優(yōu)化設(shè)置方法介紹6. 不看不知道 Windows7任務(wù)欄詳解7. 怎么解決Windows7打開IE8速度慢的問題?解決解決Windows7打開IE8速度慢的方法介紹8. Windows7啟動太慢怎么辦?Windows7優(yōu)化設(shè)置方法介紹9. Windows7放大鏡在哪?放大鏡的使用方法10. windows7顯卡驅(qū)動不兼容解決方法
