You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Users\gba> ps|findstr 7208
383 23 5188 18736 7208 0 svchost
PS C:\Users\gba> taskkill /F /PID 7208
ERROR: The process with PID 7208 could not be terminated.
Reason: Access is denied.
The text was updated successfully, but these errors were encountered:
Starting aiscot on Windows using the default UDP listen port of 5050 will return the error:
OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted
This is because svchost.exe is listening to 5050/udp (WHY?!):
And this process (7208) cannot be killed :(
The text was updated successfully, but these errors were encountered: