Skip to content

Instantly share code, notes, and snippets.

@luojunyuan
Created October 1, 2020 15:57
Show Gist options
  • Save luojunyuan/50869191b413d5fe440bcee7e95646a9 to your computer and use it in GitHub Desktop.
Save luojunyuan/50869191b413d5fe440bcee7e95646a9 to your computer and use it in GitHub Desktop.
Delete windows shortcut arrow icon
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment