I personally 🧡 Windows for my FullStack development, thus this repo was born to keep track of the installation scripts and setup instructions pertaining to Windows 11 Linux Subsystem (WSL2).
- The Installation steps for WSL, Visual Studio.NET, VS Code, DotNet Framework.
- The scripts to install or configure Web Development environment.
Microsoft also released a repo with for setting up Windows Dev Box Setup Scripts. This option is useful if one desired to completely automate the process. It includes powershell script to automate WSL installation, WSL Setup from powershell.
-
Windows 10/11 Enable Developer mode.
Or Run this powershell script
# enable developer mode on the system ---
# source https://github.com/Microsoft/windows-dev-box-setup-scripts/blob/master/scripts/SystemConfiguration.ps1
Set-ItemProperty -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\AppModelUnlock -Name AllowDevelopmentWithoutDevLicense -Value 1