Warning: unlink(/home/www/wwwroot/720dh_www/public/../runtime/session): No such file or directory in /home/www/wwwroot/720dh_www/public/index.php on line 28
七二零导航_一个主页,整个世界 西兴开发

windows11去除快捷方式的小箭头 bat

默认分组1
admin
2024-07-27

新建文本文件

 复制以下代码

@echo off 
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
exit

将文本文档另存为:windows11去除快捷方式的小箭头.bat 

右键点击 选择 以管理员身份运行 

OK