Windows10如何去除快捷方式的小箭頭

一隻敲程式碼的柴柴發表於2018-12-28

快捷方式小箭頭看著很不美觀,下面教大家如何用一個簡單的方法去除快捷方式上的小箭頭

首先

新建一個txt文字,然後再txt文字里面輸入以下內容

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 的格式

然後點選執行該小程式就行了

相關文章