解決步驟參考:
1、首先打開注冊表,鍵盤同時按Win+R鍵,打開運行窗口輸入regedit,點擊確定;
2、打開注冊表,依次展開并定位到HKEY_CLASSES_ROOT\lnkfile;
3、在右邊空白位置,點擊鼠標右鍵新建—字符串值;
4、新建的字符串值重命名為IsShortcut (其他默認不用修改),然后關閉注冊表重啟電腦便可。
同時為了方便大家操作,也可以復制以下代碼 保存為BAT 批處理文件來修復。
新建文本文檔將以下語句復制進去,將文件擴展名改為bat;點擊運行
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