It wont let me download something. #110
-
It keeps saying error 10061 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a bug with the subsystem itself, restarting the PC will usually fix it. If you still get this error, try these steps:
|
Beta Was this translation helpful? Give feedback.
This is a bug with the subsystem itself, restarting the PC will usually fix it.
If you still get this error, try these steps:
Make sure WSA is turned off and disable WSA autostart in Task Manager, startup apps before proceeding with the below steps
Disable Hyper-V using the command
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
and reboot your PCReserve port 58526 so Hyper-V doesn't reserve it back using the command
netsh int ipv4 add excludedportrange protocol=tcp startport=58526 numberofports=1
Re-enable Hyper-V using the command
dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
and reboot your PC