Windows 10 去除桌面快捷方式箭头

干掉快捷箭头.bat:
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
 
 
posted @ 2022-03-19 22:44  petercao  阅读(123)  评论(0编辑  收藏  举报