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)文章:
