Forum Discussion
pawelliebich You are missing the "Network Interface" performance counter category. you can verify it in perfmon.exe.
make sure the category was not disabled, and if it's not, you might need to rebuild the counters.
- itsbradApr 27, 2021Iron Contributor
thanks EliOfek I had the same issue. When I ran perfmon.exe I had the error popup:
"Unable to add these counters:
\Memory\Available MBytes
\Memory\% Committed Bytes In Use
\Memory\Cache Faults/sec
\Memory\Cache Faults/sec
\PhysicalDisk(*)\%Idle Time
\PhysicalDisk(*)\Avg. Disk Queue Length
\Network Interface(*)\Bytes Total/sec"So for those not familiar on how to rebuild the counters here is the process:
1. Launch Command Prompt as Administrator.
2. Change Directory to "C:\WINDOWS\System32"
3. Then rebuild your resource counters by typing the command: lodctr /r
4. This will rebuild your counter values, it can take some time to complete.
5. Then you can verify by rerunning perfmon.exe again, and should start without an error
6. Now you should be able to install the ATP Sensor as normal