Hi, I had the same ESENT problems after reinstalling 2004 version.
But somehow, I am almost free from seeing the same caution in the event viewer after starting up windows on quick mode.
I am still seeing some ESENT after restarting windows, but now it is not like before. It was very very irritating.
What I did was below. I am quite not sure it is the correct way to avoid the caution message.
First, I uninstalled Onedrive, because I was not using it.
Next, I stopped some services, and disabled them.
>Data Sharing Service
>Diagnostic Policy Service
>User Data Access_xxxxxxx
>User Data Storage_xxxxxxx
Finally, I changed some registry REG_DWORD
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OneSyncSvc start=4
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UnistoreSvc start=4
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UserDataSvc start=4
I guessed form the ESENT event message that access to certain kinds of Database might be the problem, so I tried to find out which service is accessing the database by learning from the PID number which was written right next to the ESENT error message.
I think it was successful so far!
If this gives you a little help, I will be happy!!