在开始找到运行(或者按住window +R)这些命令都是输入到运行里

方法一:

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

方法二:

cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f

方法三:

cmd /k reg delete "HKEY_CLASSES_ROOT\piffile" /v IsShortcut /f

方法四:

cmd /k taskkill /f /im explorer.exe & explorer.exe 

绝杀方法:

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