The Diagnostic Service Host service failed to start due to the following error:Today at my company, every domain user was receiving above error in there Event logs / SYSTEM section.
A privilege that the service requires to function properly does not exist in the service account configuration. You may use the Services Microsoft Management Console (MMC) snap-in (services.msc) and the Local Security Settings MMC snap-in (secpol.msc) to view the service configuration and the account configuration.
To sort this issue i did following
- Login to Domain Controller PC
- Open Group policy editor (or run gpedit.msc from RUN) and edit default domain policy (or any other custom policy you may have other then default)
- Goto Computer or USER Configuration -> Policies -> Windows Settings -> Security Settings -> Local Policies -> User Rights Assignment -> Profile system performance
LOCAL SERVICE
NT Service\WdiServiceHost
Now open CMD and issue following command to force GPUDPATE.
gpupdate /force
At client end, clear the logs, and reboot system. After rebooting check Event Viewer and you wont see the error again. [I waited about 15 minutes before rebooting client]
This fixed it. thank you very much for sharing that info
ReplyDelete