廢話不多說,直接服用BAT檔案最快啦 🤖🤓🤖
點此服用BAT檔案停用捷徑的箭頭
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
@Echo Off Title Reg Converter v1.2 & Color 1A cd %systemroot%\system32 call :IsAdmin Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v "29" /t REG_SZ /d "%%windir%%\System32\shell32.dll,-50" /f Start /Wait taskkill /f /im explorer.exe Start /Wait explorer Exit :IsAdmin Reg.exe query "HKU\S-1-5-19\Environment" If Not %ERRORLEVEL% EQU 0 ( Cls & Echo You must have administrator rights to continue ... Pause & Exit ) Cls goto:eof |
啟用捷徑的箭頭
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
@Echo Off Title Reg Converter v1.2 & Color 1A cd %systemroot%\system32 call :IsAdmin Reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v "29" /f Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /f Start /Wait taskkill /f /im explorer.exe Start /Wait explorer Exit :IsAdmin Reg.exe query "HKU\S-1-5-19\Environment" If Not %ERRORLEVEL% EQU 0 ( Cls & Echo You must have administrator rights to continue ... Pause & Exit ) Cls goto:eof |
ref.
- Microsoft Community – How do you remove the desktop icon’s shortcut arrows in Windows
- WindowsLoop | How to Remove Shortcut Arrow Icon on Shortcuts in Windows 10
- How-To Geek | How to Remove (or Change) Arrows on Shortcut Icons in Windows 7, 8, and 10
