返回列表 發帖

 

 

vista桌面問題

請教各位大大
小弟我在某天遊戲後發現桌面圖示消失
試過打開工作管理員關閉EXPLORER.EXE
然後開啟
雖然桌面圖示有回來
可是每當重開機時
桌面圖示都會出現一下就消失
也試過在桌面點右鍵中的檢視->顯示桌面圖示
關掉後再開起又好了
但請問有大大知道如何回復到原本的狀態麼?
就是開機後桌面圖示不會消失
感謝大大的幫忙與回答

 

 

不確定是不是你的使用者帳號登入失敗,你可以試試看先把全部檔案備份出來(一定要備份),然後把原本的帳號刪除、再另外新增一個帳號,以後都用那個帳號登入。

或者試試看下面的方法:




Method1:
Copy and paste the following piece of code in your notepad:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
“Userinit”=”C:\\WINDOWS\\SYSTEM32\\userinit.exe,”
Now save the file as Userinit.reg. Double-click on it to merge it in the Windows Vista registry. Turn your computer off and on to apply the change permanently.



Method 2:
The key Explorer.exe in your registry is not correct.To fix this:
Click on Windows Vista Start.
In the start menu Search Box type “regedit” and hit Enter.
In Windows registry, locate the following key: [HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Windows NT\CurrentVersion\ Image File Execution Options]
Look for Explorer.exe.
Delete it.
Turn your computer off and on to apply the change permanently.



Method 3:
Restore Explorer.exe which is missing in your Windows Vista registry.To do this:
Copy this piece of code in your notepad editor.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
“Shell”=”explorer.exe”
Save the file as Logon.reg.
Double-click on it to merge it in the Windows Vista registry(Sometimes UAC prompt appears and click “Continue”).
Turn your computer off and on to apply the change permanently.


Method 4:
If explorer.exe is not in C:\WINDOWS\ then insert your Windows CD and, using the ‘Task Manager’ (File -> New Task), run the ‘System File Checker’ utility with this command:
sfc /scannow
If the ‘System File Checker’ didn’t replace it, boot to the Recovery Console with the Windows CD and copy explorer.exe manuallyFor this:
Insert your Windows Vista DVD.
When the setup screen window appears, choose the Repair or Recover option by pressing “R”.
In the Command Prompt, type the following command: expand G:\i386 /F:EXPLORER.EX_ C: \WINDOWS\explorer.exe /y (don’t forget that G: is the letter of your DVD drive, while C: is the partition where Windows Vista is installed, change them if they are different in your PC)


引用自

TOP

返回列表