Sorry to bring life to a dead thread, but Google brought me here, and this solution did fix it for me. I also just used notepad to make those commands into a *.bat file, and then just ran that with Admin privileges.
Thanks again for the Help, I had tried about a half dozen generic suggested fixes before finding this one.
Thank you so much. I don't know where you got those instructions, but they worked perfectly.
-Russell
----------------------------------------------------------------------------------------------------------
Hello, and welcome to Sysnative :)
I've managed to find a few minutes to look over your logs :)
Please start an Elevated Command Prompt: How to start an Elevated Command Prompt in Windows 7 and Vista
and copy and paste in the following:
fsutil resource setautoreset true %systemdrive%\
attrib -r -s -h %SystemRoot%\System32\Config\TxR\*
del %SystemRoot%\System32\Config\TxR\*
attrib -r -s -h %SystemRoot%\System32\SMI\Store\Machine\*
del %SystemRoot%\System32\SMI\Store\Machine\*.tm*
del %SystemRoot%\System32\SMI\Store\Machine\*.blf
del %SystemRoot%\System32\SMI\Store\Machine\*.regtrans-ms
and press enter after the final line if necessary.
If you are asked if you are sure, type Y and press enter.
Please let me know whether this resolves your problem.
Thank you!
Richard