February 11, 2011

BSOD: Stop 0x0000007B

Yesterday, I got BSOD on LAPTOP computer and I found solution on Microsoft website which 2 links below

http://support.microsoft.com/kb/324103
Advanced troubleshooting for "Stop 0x0000007B" errors in Windows XP

http://support.microsoft.com/kb/307545
How to recover from a corrupted registry that prevents Windows XP from starting

After trying and wasting time to reboot the server. 2 things should be solution.
1. Check Hard disk setup on your BIOS
2. Restore registry from last time work.

----------------------------
md tmp
copy c:\windows\system32\config\system c:\windows\tmp\system.bak
copy c:\windows\system32\config\software c:\windows\tmp\software.bak
copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak
copy c:\windows\system32\config\security c:\windows\tmp\security.bak
copy c:\windows\system32\config\default c:\windows\tmp\default.bak

delete c:\windows\system32\config\system
delete c:\windows\system32\config\software
delete c:\windows\system32\config\sam
delete c:\windows\system32\config\security
delete c:\windows\system32\config\default

copy c:\windows\repair\system c:\windows\system32\config\system
copy c:\windows\repair\software c:\windows\system32\config\software
copy c:\windows\repair\sam c:\windows\system32\config\sam
copy c:\windows\repair\security c:\windows\system32\config\security
copy c:\windows\repair\default c:\windows\system32\config\default
---------------------------

No comments:

Post a Comment