去快捷方式小箭头方法

去快捷方式小箭头方法:

方法1:

运行——cmd——回车
reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f
reg delete "HKEY_CLASSES_ROOT\piffile" /v IsShortcut /f
然后输入
taskkill /f /im explorer.exe & explorer.exe
重启桌面,完成

方法2【rag】:
新建文本文档——输入以下代码——修改扩展名为“rag”,运行
REGEDIT4
;renew
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=""
[HKEY_CLASSES_ROOT\piffile]
"IsShortcut"=""

方法3:
【bat】
新建文本文档——输入以下代码——修改扩展名为“bat”,运行
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


新建文本文档——输入以下代码——修改扩展名为“bat”,运行
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /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:
下载某些软件操作,例如软媒魔方等。




相关文档
最新文档