高空安装安全带:WIN7使用技巧@使用批处理快速去除桌面快捷方式的小箭头

来源:百度文库 编辑:九乡新闻网 时间:2024/04/29 09:29:00
批处理内容如下:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,196" /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

将其保存为bat格式的文件,点击即可快速去除桌面快捷方式的小箭头