Update TargetMachineActivelyRefusedConnection.md

This commit is contained in:
MCDeltaT 2023-08-21 08:43:06 +01:00 committed by GitHub
parent 69a74511e8
commit 058815f36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ If you still get this error, try these steps:
1. Make sure WSA is turned off and disable WSA autostart in Task Manager ---> Startup Apps before proceeding
2. Disable Hyper-V using the command ``dism.exe /Online /Disable-Feature:Microsoft-Hyper-V`` and reboot your PC
2. Disable Hyper-V (if enabled) using the command ``dism.exe /Online /Disable-Feature:Microsoft-Hyper-V`` and reboot your PC
3. Reserve port 58526 so Hyper-V doesn't reserve it back using the command `netsh int ipv4 add excludedportrange protocol=tcp startport=58526 numberofports=1`