windows11_windows10完美去除桌面快捷方法小箭头含恢复的方法

频道:网络数码 日期: 浏览:114

之前修改Windows右击鼠标对话框从左边调到右边强迫症犯了一次,今天看到桌面快捷方式的小箭头实在是太丑了忍不了,关键Windows10去除的小箭头在Windows11上出现了,今天分享一个完美去除Windows11、Windows10电脑桌面快捷方式上的小箭头的方法,最后包含恢复的方法。

操作方法:

1、桌面新建txt文档

2、复制以下对应的代码

3、将文档格式.txt改成.bat

修改后是这样的bat格式

是这样的.bat

4、运行,会自动运行cmd,屏幕会闪一以下就好了

桌面快捷方式箭头

操作前,桌面箭头

操作后,无箭头啦

操作后,无箭头了

Windows11代码:

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

Windows10代码:

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

这个方法不会出现任何bug,尽情修改吧!

留言 1

  1. 访客
    回复
    谢谢,好用,Windows7也能用,我用了Windows10的代码,好用

评论

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。