Good evening.
I have an extremely bizarre issue that I cannot find a single similar instance of after days of personal troubleshooting, nor have I been able to yet find direct help from the general Microsoft forums, reddit tech support crowdsourcing, or direct calls with Microsoft agents. So here is my problem, followed by what I have already tried to do to fix it:
Simply put, I have a new pre-built computer. It was built by a specialist company that primarily services streamers, so I trust the quality of the job, but I fear something might have arisen with regards to some software permission issues or whatever. The problem came to light a few days ago, when I tried to use my webcam to have a video call via Facebook Messenger. Almost immediately, I lost internet connection, and then immediately regained it. Then I would lose it again for two seconds and regain it, repeating ad infinitum, so long as I maintained my own video connection. Voice connection did nothing bad, nor did seeing the other person's videos. I tested the same thing on Discord, and once again my internet crashed as soon as I tried to share my camera feed with another person in a voice chat. I then tried to share video files via screen-sharing, which also caused crashes.
Upon viewing Event Viewer's System Logs, I noticed four recurring Information events. Two were simply that the ethernet got disconnected and reconnected. The other two were some very slight variation of these two messages:
- Attempted to add URL (http://*:2869/upnp/eventing/) to URL group (0xFE00001020000002). Status: 0x0. Process Id 0xB48 Executable path \Device\HarddiskVolume3\Windows\System32\svchost.exe, User LOCAL SERVICE
- Removed URL (http://*:2869/upnp/eventing/) from URL group (0xFE00001020000002). Process Id 0xB48 Executable path \Device\HarddiskVolume3\Windows\System32\svchost.exe, User LOCAL SERVICE
The Source for both events is HttpService. The event codes are 113 and 114. The ProcessID is related to the svchost subroutine labeled Service Host: SSDP Discovery. While the URL group number or ProcessID might change very slightly between different platforms or instances of time, the http://*:2869/upnp/eventing URL remains exactly identical across all crashes, as does the connection to SSDP Discovery.
This is what I have thus far done to try to resolve this issue. Nothing has worked:
- Unplugged my modem
- Ran any and all remotely relevant troubleshooters
- Restart my router to factory settings
- Disabled ipv6 in my ethernet
- Disabled all other network connections except my ethernet
- Disabled upnp in the router (this still caused the crashes, but notably, the actual "attempted to add..." event did not occur in this specific instance)
- Reduced security settings in the router
- Disabled my firewall
- Checked my Dump folder to see if there are any minidump files (there are not, or at least, none related to this issue)
- Flashed my BIOS to the newest version
- Ran checks for updated drivers of all affected systems
- Bought a completely new webcam in case it was an error with the original camera only
- Flushed all ipconfig data and netsh data
- Reinstalled Windows 11 from an iso (notably, I maintained my apps and files because, well, I have nowhere else to put them that will fit them all).
This is what I have thought about but not done, either because I did not know precisely what I should do or because I could not find any visible option to do so:
- Edit my registry
- Manually insert the URL to wherever it's supposed to go
- Change the access settings for my System32 file
- Fully reinstall Windows to factory conditions
- Terminate the SSDP Discovery process
I'm really hoping someone has the insight necessary to fix this. I'm not a complete rube with regard to computer troubleshooting, but I definitely feel like one at the moment. Thank you in advance to anyone who has a keen insight into the matter.