From def2d1e4753fb3cda2102f73785451efcfc53db2 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 23 Feb 2022 17:31:51 -0700 Subject: [PATCH] Add additional step to stop the windows http service --- docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/windows.md b/docs/windows.md index 2365bcaf..81398cab 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -22,7 +22,7 @@ 1. Install Windows Terminal from the [Windows App Store](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab). 2. Launch Windows Terminal as an administrator (search for terminal, right click and **run as administrator**). -3. Disable any built in Windows HTTP instances: `net stop http`. +3. Stop any built in Windows HTTP instances using port 80: `net stop http /y` and disable from start up: `sc.exe config "W3SVC" start= disabled` 4. Install WSL: `wsl --install` to install the default Ubuntu VM (Virtual Machine) and reboot once asked to. ### Install Docker Desktop For Windows