Skip to content

Commit

Permalink
Add additional step to stop the windows http service
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl authored Feb 24, 2022
1 parent c91d6e3 commit def2d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit def2d1e

Please sign in to comment.