之前修改Windows右击鼠标对话框从左边调到右边强迫症犯了一次,今天看到桌面快捷方式的小箭头实在是太丑了忍不了,关键Windows10去除的小箭头在Windows11上出现了,今天分享一个完美去除Windows11、Windows10电脑桌面快捷方式上的小箭头的方法,最后包含恢复的方法。
操作方法:
1、桌面新建txt文档
2、复制以下对应的代码
3、将文档格式.txt改成.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