win+r调出运行,regedit打开注册表,删除:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.lnk
如果运行regedit也打不开,可以按住shift右击桌面空白处,在此处打开命令窗口,再删除:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe
还不行的话,执行命令:
assoc .lnk=lnkfile
assoc .exe=exefile
依旧不行的话,执行命令:
ftype exefile="%1" %*
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.lnk
如果运行regedit也打不开,可以按住shift右击桌面空白处,在此处打开命令窗口,再删除:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe
还不行的话,执行命令:
assoc .lnk=lnkfile
assoc .exe=exefile
依旧不行的话,执行命令:
ftype exefile="%1" %*