windows10 去除快捷方式的小箭头
[*]新建文本文件
[*]复制以下代码
@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
start explorer
exit
[*]将文本文档另存为:windows10 去除快捷方式的小箭头.bat
[*]右键点击 选择 以管理员身份运行
[*]OK
页:
[1]