- Install Visual Studio Community 2022.
- Run the project and trust SSL certificates and restart your machine.
- You're ready to go!
-
Install Docker Desktop and configure it for Linux Containers.
-
Run these commands (you may need to enable CPU virtualization on your BIOS):
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart # If update fails, try to install: wsl.exe --install wsl.exe --update wsl --set-default-version 2 -
Restart. Accept SSL certificates and Re-restart your machine.
-
You're ready to go!
- Problems? Check this guide