Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdcllc/win10andwsldev
Windows 11 with Windows Linux Subsystem (WSL) Development
https://github.com/kdcllc/win10andwsldev
development-environment docker docker-compose linux-subsystem user-profile visual-studio visual-studio-code windows-10 windows-subsystem wsl
Last synced: 2 months ago
JSON representation
Windows 11 with Windows Linux Subsystem (WSL) Development
- Host: GitHub
- URL: https://github.com/kdcllc/win10andwsldev
- Owner: kdcllc
- License: mit
- Created: 2018-11-21T14:17:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T20:27:12.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:16:06.513Z (5 months ago)
- Topics: development-environment, docker, docker-compose, linux-subsystem, user-profile, visual-studio, visual-studio-code, windows-10, windows-subsystem, wsl
- Language: Shell
- Homepage:
- Size: 42 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kdcllc/win10andwsldev - Windows 11 with Windows Linux Subsystem (WSL) Development (Shell)
README
# Windows 11 Linux Subsystem Development Setup
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/kdcllc/win10andwsldev/master/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](https://github.com/Microsoft/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](https://github.com/Microsoft/windows-dev-box-setup-scripts/blob/master/scripts/WSL.ps1).## Window 11 Professional Configuration steps
1. [Install fresh version of Windows 11](https://www.microsoft.com/en-us/software-download/windows11).
3. Windows 10/11 [Enable Developer mode](https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development).
Or Run this powershell script
```ps1
# 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
```4. [Install `wsl` on Windows 11 Pro](https://docs.microsoft.com/en-us/windows/wsl/install).
5. [Install Windows 11 FullStack Development tools](./win11-dev/fullstack-dev-tools.md).
6. [Install WSL Web Development Tools](./wsl-dev-tools.md)
7. [Install and Configure Docker with Kubernetes](./win10-docker-kube.md).
## Issues resolution
- [VS.NET and Docker SSl not finding Certificate Fix](./vsnet-docker-ssl-issue.md)