1. 程式人生 > 其它 >win10顯示快捷鍵箭頭

win10顯示快捷鍵箭頭

技術標籤:軟體windows

win10顯示快捷鍵箭頭

若win10使用中快捷鍵箭頭不顯示可通過如下方式進行設定

  1. 建立批處理檔案執行.bat
  2. 新增如下內容
taskkill /f /im explorer.exe
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons"
/v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f reg add "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /t reg_sz /f reg add "HEKY_CLASSES_ROOT\piffile" /v IsShortcut /t reg_sz /f start explorer
  1. 右鍵,以管理員方式執行
    在這裡插入圖片描述
  2. 完美解決