Skip to content

Instantly share code, notes, and snippets.

@walsvid
Created October 16, 2016 14:45
Show Gist options
  • Save walsvid/ddcf25aeeab24e9bf105c0c92854cd10 to your computer and use it in GitHub Desktop.
Save walsvid/ddcf25aeeab24e9bf105c0c92854cd10 to your computer and use it in GitHub Desktop.
delete-win10-arrow
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
start explorer
pause
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /f
taskkill /f /im explorer.exe
start explorer
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment