Created
October 1, 2020 15:57
-
-
Save luojunyuan/50869191b413d5fe440bcee7e95646a9 to your computer and use it in GitHub Desktop.
Delete windows shortcut arrow icon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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