美文网首页
Window10去除管理员模式的桌面图标

Window10去除管理员模式的桌面图标

作者: Atomic_Gunner | 来源:发表于2018-06-04 00:47 被阅读14次

点击“开始”,打开“cmd”

复制粘贴以下代码

taskkill /f /im explorer.exe

attrib -s -r -h "%userprofile%\AppData\Local\iconcache.db"

del"%userprofile%\AppData\Local\iconcache.db" /f /q

start explorer

自动运行,管理员模式图标消失。

相关文章

网友评论

      本文标题:Window10去除管理员模式的桌面图标

      本文链接:https://www.haomeiwen.com/subject/vhassftx.html