Clean up Unwanted TermService PerfMon EventLog entries
Written by Aaron Silber:
I have seen this message in my event logs before, but being that it relates to PerfMon I never bothered to see what caused it. Anyway, I looked it up and it has to do (at least for Windows 2003) with applying Windows Service Pack 2. This information can be found in the Microsoft article located here: https://support.microsoft.com/kb/932813/
The solution is, to run the following command:
lodctr /T:TermService
This will update the system with the proper information and cause these EventLog messages to cease.
Aaron