Created
July 17, 2022 06:39
-
-
Save ryanc-me/ffae27d85d600c0fa237230a7a41af2d to your computer and use it in GitHub Desktop.
An attempt was made to access a socket in a way forbidden by its access permissions.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run this in an Administrator PowerShell session | |
reg add HKLM\SYSTEM\CurrentControlSet\Services\hns\State /v EnableExcludedPortRange /d 0 /f | |
net stop hns | |
net start hns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment