Nov
27
2007
ESENT error messages in event log
Posted by: bruntech in Microsoft Windows Server, Microsoft Windows Vista, Microsoft Windows XPWhen a user logs off, restarts, or shutdowns the pc, the pc locks up for a couple of minutes , then a message box pops up were you can select log off, restart or shutdown. Again it could take as much as 2 to 5 minutes for the pc to restart,log off, or shutdown.
Take a look in the pc’s applicaiton log. If you see a many errors regarding ESENT then your windows update data store is corrupted. Windows is trying to repair and or fix the datastore but windows can not.
Log on as a user with Administrator rights. Then open a command console window, cmd.
-> click start, run, then type in cmd and click ok
In the console window:
type:
- net stop wuauserv <hit enter>
- cd /d %windir%\softwaredistribution cd /d %windir%\SoftwareDistribution <enter>
- rd /s /Q Datastore <enter>
- net start wuauserv <enter>
- exit <enter>

Entries (RSS)