|
  
- 帖子
- 3257
- 積分
- 4584
- 性別
- 男
|
2#
發表於 12-31-2009 00:42
| 只看該作者
不確定是不是你的使用者帳號登入失敗,你可以試試看先把全部檔案備份出來(一定要備份),然後把原本的帳號刪除、再另外新增一個帳號,以後都用那個帳號登入。
或者試試看下面的方法:
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)
引用自 |
|