docker An attempt was made to access a socket in a way forbidden by its access permissions.
//Run in PowerShell as Admin
net stop winnat
net start winnat
docker An attempt was made to access a socket in a way forbidden by its access permissions.
//Run in PowerShell as Admin
net stop winnat
net start winnat
An attempt was made to access a socket in a way forbidden by its access permissions
iisreset -stop
An attempt was made to access a socket in a way forbidden by its access permissions.
Disable Hyper-V:
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
After the required restarts, reserve the port you want so Hyper-V doesn't reserve it back:
netsh int ipv4 add excludedportrange protocol=tcp startport=3001 numberofports=1
Reenable Hyper-V:
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us