Remove Shortcut Icon,確實能去掉小盾牌,但是在詳細(xì)列表的時候,程序圖標(biāo)會在右下角有個黑塊。- -很是蛋疼,。
完美去小箭頭的方法
就是把小箭頭的圖標(biāo)替換成系統(tǒng)文件imageres.dll文件的第197號圖標(biāo),也就是透明的。而小箭頭的圖標(biāo)地址的29號,。更改后完美去除。
由此,得到了,啟發(fā),把小盾牌(圖標(biāo)地址77)替換成系統(tǒng)文件imageres.dll文件的第197號圖標(biāo),清除緩存,重啟explorer,驚喜出現(xiàn)了,完美去除,無黑塊bug。。!
注意:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 77 /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
+
上面的代碼保存bat。以管理員權(quán)限運行。