去除小箭頭BAT,自行保存為BAT運(yùn)行一下
- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /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
- pause
恢復(fù)小箭頭BAT,自行保存為BAT運(yùn)行一下.文章源自網(wǎng)吧系統(tǒng)維護(hù)-http://www.strong-digital.cn/8118.html
- 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
- pause
版權(quán)聲明:文章圖片資源來源于網(wǎng)絡(luò),如有侵權(quán),請留言刪除!!!
評論