去除桌面图标小箭头

批处理命令:

 

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

 

posted @ 2018-09-25 15:22  Whitedba  阅读(253)  评论(0编辑  收藏  举报