Windows XP - Bootsektor reparieren
Sollte Ihr Windows nicht mehr starten können Sie mit den nachfolgenden Befehlen in der Regel diesen Umstand wieder beheben. Führen Sie diese Befehle über die Recovery-Console Ihrer Windows XP-Setup-CD aus:
fixmbr
fixboot c:
copy <cdrom>:\i386\ntldr c:\
copy <cdrom>:\i386\ntdetect.com c:\
Attrib -h -r -s c:\boot.ini
del c:\boot.ini
bootcfg /rebuild
Registry wiederherstellen
Die Sicherung der Windows Registry finden Sie in folgendem Ordner:
C:\System Volume Information\_restore{D86480E3-73EF-47BC-A0EB-A81BE6EE3ED8}\<RP1>\Snapshot (<RP1> durch das Verzeichnis mit der aktuellsten Sicherung ersetzen)
1. Kopiere Sie aus dem Snapshot-Ordner die Dateien
* _REGISTRY_USER_.DEFAULT
* _REGISTRY_MACHINE_SECURITY
* _REGISTRY_MACHINE_SOFTWARE
* _REGISTRY_MACHINE_SYSTEM
* _REGISTRY_MACHINE_SAM
in den Ordner c:\windows\tmp
2. Starten Sie von CD die Recovery Console.
del c:\windows\system32\config\sam
del c:\windows\system32\config\security
del c:\windows\system32\config\software
del c:\windows\system32\config\default
del c:\windows\system32\config\system
copy c:\windows\tmp\_registry_machine_software c:\windows\system32\config\software
copy c:\windows\tmp\_registry_machine_system c:\windows\system32\config\system
copy c:\windows\tmp\_registry_machine_sam c:\windows\system32\config\sam
copy c:\windows\tmp\_registry_machine_security c:\windows\system32\config\security
copy c:\windows\tmp\_registry_user_.default c:\windows\system32\config\default
Headergrafik: © Claudia Hautumm / pixelio.de

