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

相關文章
相關標籤/搜索