0
0
0

Windows 11 快捷方式小箭头操作方法

小助理
25-03-14 3483

满屏快捷剪头这谁受得了啊。

步骤
1.在桌面上创建一个TXT文本文件。
2.将下方的代码复制粘贴到文本文档中。
3.保存文本文档,关闭,修改扩展名为 .bat。
4.鼠标右击bat文件选择【以管理员身份运行】,等待资源管理器重启即可成功。
tip:下方我还会附上还原代码。

Win11

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

 

Win10

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
start explorer
pause

还原

reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /f
taskkill /f /im explorer.exe
start explorer
pause

这个方法作者已经实际操作验证,不会导致任何问题,请放心食用。

 

Win11也可以直接下载下面的附件运行即可。

上传的附件:
最新回复 (0)

    暂无评论

请先登录后发表评论!

返回