解決步驟參考:
1、首先打開注冊表,鍵盤同時(shí)按Win+R鍵,打開運(yùn)行窗口輸入regedit,點(diǎn)擊確定;
2、打開注冊表,依次展開并定位到HKEY_CLASSES_ROOT\lnkfile;
3、在右邊空白位置,點(diǎn)擊鼠標(biāo)右鍵新建—字符串值;
4、新建的字符串值重命名為IsShortcut (其他默認(rèn)不用修改),然后關(guān)閉注冊表重啟電腦便可。
同時(shí)為了方便大家操作,也可以復(fù)制以下代碼 保存為BAT 批處理文件來修復(fù)。
新建文本文檔將以下語句復(fù)制進(jìn)去,將文件擴(kuò)展名改為bat;點(diǎn)擊運(yùn)行
taskkill /f /im explorer.exe
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "C:\Windows\system32\imageres.dll,154" /t reg_sz /f
reg add "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /t reg_sz /f
reg add "HEKY_CLASSES_ROOT\piffile" /v IsShortcut /t reg_sz /f
start explorer