Forum Discussion
BenjiDuff
Mar 28, 2022Copper Contributor
Windows Server 2022 NetworkProfile 4004 Events High CPU
Hi, We have 2 Windows Server 2022 machines, one is physical and one is virtual. Both are seeing high CPU usage. The Network List Service is the cause of this. We see constant 4004 events in Event...
venzo80
Mar 29, 2023Copper Contributor
BenjiDuff Hello! we had the same problem with ours virtuals Windows Server 2022, if you run an http trace (with fiddler or wireshark) you can find like 10 http request per sec to the remote active probe location http://www.msftconnecttest.com/connecttest.txt
This behavior was disrupting our cpu performance and our proxies was bombarded from those requests. The only workaround we found, before disabling the Active Probe via registry, was to disable/enable the network interface from the hypervisor, doing this the netprofm service stopped spamming.
We still do not know what is causing this.