• 27.08.2025, 17:21
  • Register
  • Login
  • You are not logged in.

 

Nero-16

Junior Member

Boot Problem

Wednesday, February 22nd 2006, 6:02pm

Hallo,

Wenn ich den PC aufstarte direkt nach dem Bootscreen von Windows kommt eine Windows Fehlermeldung die aber sofort wieder verschwindet und der PC startet neu. An was kann das liegen?

Patrickclouds

God

Re: Boot Problem

Wednesday, February 22nd 2006, 6:05pm

vielleicht ein software problem?

schonmal windows neu installiert?
[CENTER][/CENTER]

Katzenfreund

God

Re: Boot Problem

Wednesday, February 22nd 2006, 8:57pm

Windows neu installieren sollte die letzte Lösung sein.
Versuch mal die Registry mit Hilfe der Backups wiederherzustellen.
Suche Bücher von Tanenbaum und Galileo (auch Video-Training) - bitte KM! [img] http://www.aqua-computer-berlin.de/logo.png [/img]

Shoggy

Sven - Admin

Re: Boot Problem

Wednesday, February 22nd 2006, 10:37pm

Rettungskonsole von der Setup CD und dann:

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

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