win7 如何去掉快捷方式小箭头以及恢复小箭头

去掉win7的快捷方式的小箭头

reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f
taskkill /f /im explorer.exe & explorer.exe

恢复win7的快捷方式的小箭头

新建renew.reg文件:code

REGEDIT4 
;renew
[HKEY_CLASSES_ROOT\lnkfile] 
"IsShortcut"="" 
[HKEY_CLASSES_ROOT\piffile] 
"IsShortcut"=""

执行renew.reg,而后重启explorer.exefile

相关文章
相关标签/搜索