I try to monitor CPU load on a Windows 7 machine which is not in a domain, so I need to use the local credentials. I use the Administrator account, so rights shouldn't be a problem.
Even though, it fails with the error: Could not log in using the specified credentials. Please make sure they are not only valid for the target system, but for the probe system aswell. (Performance Counter error 0xB0000004)
When i set it to use WMI only, the sensor works fine so the credentials are correct. So it seems only the performance counter is failing. How can I fix this?
Add comment