摘要: 1. 把桌面快捷方式的小箭头删掉 在运行窗口里面输入: cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe 但是有附带伤害 阅读全文
posted @ 2016-09-03 11:04 Chan7 阅读(778) 评论(0) 推荐(0) 编辑