我們每當買了電腦後都會發現自己的電腦上的軟體都有箭頭,看起來挺不爽的,那我們如何取消這個箭頭呢?
操作攻略
開啟text文字文件。
在text文件中輸入
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
將檔案另存為【去掉桌面小圖示.bat】
點選圖示,右擊【以管理員身份執行】;
此時自動開啟一個cmd視窗,桌面會進行重新整理一下,提示按任意鍵繼續。
隨意輸入一個字元就會關掉這個視窗,此時圖示上的小箭頭就消失了。