cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe
或建个批处理BAT文件
@echo off
color 2
reg delete HKCR\lnkfile /v IsShortcut /f
reg delete HKCR\piffile /v IsShortcut /f
reg delete HKCR\InternetShortcut /v IsShortcut /f
taskkill /f /im explorer.exe && explorer
- THE END -
最后修改:2022年12月16日
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.05vt.com/89/
rtyun
学习了 ?