Skip to content

kdcllc/win10andwsldev

Repository files navigation

Windows 11 Linux Subsystem Development Setup

GitHub license

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).

  1. The Installation steps for WSL, Visual Studio.NET, VS Code, DotNet Framework.
  2. 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.

Window 11 Professional Configuration steps

  1. Install fresh version of Windows 11.

  2. 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
  1. Install wsl on Windows 11 Pro.

  2. Install Windows 11 FullStack Development tools.

  3. Install WSL Web Development Tools

  4. Install and Configure Docker with Kubernetes.

Issues resolution