1029usr078198
Forum Admin
 
USA
333 Posts |
Posted - February 16 2011 : 10:30:52
|
If you get the message in the subject while starting Windows 7 for the first time, especially at the "Starting Services" phase, try this: (based on info found here and here.
- Boot the affected system. When the error message comes up during the "starting services" phase, press Shift+F10 to open a CMD window.
- CD C:\Windows\Panther to navigate to the folder where the logs are.
- Tracerpt setup.etl -o logfile.csv (check TechNet’s tracerpt full syntax) In my case, this worked without navigating to other folders first.
- Notepad logfile.csv will open the log file.
- In Notepad, search for fail or failed, because what you're (in my case) looking for is "Failed to process reg key or one of it's decendants". Note the registry key(s) mentioned. In my case it was several keys under one branch.
- Back in the command window, regedit opens the registry editor and you can navigate to the place where the error lies.
- On the off chance those entries were necessary later, I exported that one branch of the registry, saving it in the root folder of C:.
- Delete the affected key and reboot.
Other things you can do are found here: http://support.microsoft.com/kb/981542 (a hotfix to correct issues with registry keys greater than 8KB) This may fix the issue I had, but would have required reloading Windows. http://ict.myjewe.nl/ict/?p=103 This article speaks about disabling the Windows Media Sharing Service.
Hope it helps, David |
|