Giter VIP home page Giter VIP logo

win10andwsldev's Introduction

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

win10andwsldev's People

Contributors

kdcllc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

win10andwsldev's Issues

Windows 11 and wsl2 import enable default user.

Starting point for the export/import : https://www.hanselman.com/blog/how-to-set-the-default-user-for-a-wsl-distro-that-has-been-manually-installed-with-wsl-import.

Step that worked for me: microsoft/WSL#4276 (comment)

Unfortunately, I wasn't successful with importing and enabling the default user.

Complete steps:

  # 1. export default or Ubuntu-20.04
  wsl --export Ubuntu c:\Temp\UbuntuBackup.tar

 # 2. copy the file to the new machine and import or Ubuntu-20.04
 wsl --import Ubuntu c:\Linux c:\Temp\UbuntuBackup.tar

 # 3. Configure user or Ubuntu2004.exe config --default-user {user}
 ubuntu.exe config --default-user {user}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.