Hat dir diese Antwort geholfen?
na dann liste doch mal alle auf, die nicht bei dir laufen. Am schnellsten geht das in der Konsole mit "net start". Dann siehst du alle Dienste, die gestartet sind. Poste sie doch mal hier. Ansonsten könntest du die Registry an sich wiederherstellen ,was wohl aber auch einer Reparaturinstallation gleichen würde. Ich denke aber, dass du nun eh keine Wahl hast. Das ganze muss aber in der Wiederherstellungskonsole durchgeführt werden.
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
exit