win10快捷方式去箭头的具体方法
分类:win10教程 发布时间:2020-07-31 10:08:00
以下是win10快捷方式去箭头的具体方法。
1.首先进入win10系统桌面,创建一个新的txt文本文档,将以下命令复制到该文本文档中并保存。
reg add “HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShell Icons” /v 29 /d “%systemroot%system32imageres.dll,197″ /t reg_sz /f
taskkill /f /im explorer.exe
attrib -s -r -h “%userprofile%AppDataLocaliconcache.db”
del “%userprofile%AppDataLocaliconcache.db” /f /q
start explorer
pause
2.将文本文档重命名为带有后缀bat的批处理文件。
3.双击运行文件。
win10快捷方式去箭头的具体方法就讲解到这里,你学会了吗?