当前位置:首页 > Windows程序 > 正文

自创 win7清除桌面快捷键小箭头 批处理

2021-03-27 Windows程序

3、输入一下文本:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,196" /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

4、保存退出。

5、双击ClearArrow.bat。搞定!!!

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/68732.html