Windows(三):去除应用快捷箭头

创建 .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

执行文件

右键以管理员方式运行即可,运行完成后 xxx.bat 文件可以进行删除

猜你喜欢

转载自blog.csdn.net/weixin_43526371/article/details/120242390