Windows去除桌面小箭头bat脚本

614次阅读
没有评论

共计 326 个字符,预计需要花费 1 分钟才能阅读完成。

将下面内容保存为.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

如下图所示保存即可

Windows 去除桌面小箭头 bat 脚本

右击管理员权限运行即可

正文完
 0
ddn
版权声明:本站原创文章,由 ddn 2023-08-18发表,共计326字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。