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
【win7桌面快捷方式箭頭的去除與恢復(fù)的方法】首先將以上的代碼復(fù)制并保存以huifu.bat格式
然后以管理員的身份運行就可以恢復(fù)快捷方式的箭頭了 。
推薦閱讀
- 玩轉(zhuǎn)Win7的七十個必備實用技巧
- win7中應(yīng)該禁用或者手動啟動的進(jìn)程
- 解決:win7開機時提示 配置windows update 還原失敗
- 開啟Win7日志 監(jiān)控系統(tǒng)使用記錄
- Win7系統(tǒng) 必須開啟的十大服務(wù)
- WIN7系統(tǒng)文件夾權(quán)限設(shè)置圖文教程
- 6個方法玩轉(zhuǎn)Win7系統(tǒng)鼠標(biāo)滾輪,一起試試吧
- Win7 Windows啟動順序詳解
- 教你一招 讓W(xué)in7不再彈出多余錯誤提示
- 用Win7獨有功能 禁USB自動安裝驅(qū)動
