{"id":14069713,"url":"https://github.com/kdcllc/win10andwsldev","last_synced_at":"2025-10-08T00:55:54.839Z","repository":{"id":96459137,"uuid":"158558790","full_name":"kdcllc/win10andwsldev","owner":"kdcllc","description":"Windows 11 with Windows Linux Subsystem (WSL) Development","archived":false,"fork":false,"pushed_at":"2023-08-13T20:27:12.000Z","size":44043,"stargazers_count":10,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T05:15:41.047Z","etag":null,"topics":["development-environment","docker","docker-compose","linux-subsystem","user-profile","visual-studio","visual-studio-code","windows-10","windows-subsystem","wsl"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kdcllc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-11-21T14:17:00.000Z","updated_at":"2024-05-23T17:21:21.000Z","dependencies_parsed_at":"2023-12-23T22:05:57.052Z","dependency_job_id":null,"html_url":"https://github.com/kdcllc/win10andwsldev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcllc%2Fwin10andwsldev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcllc%2Fwin10andwsldev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcllc%2Fwin10andwsldev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdcllc%2Fwin10andwsldev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdcllc","download_url":"https://codeload.github.com/kdcllc/win10andwsldev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251740052,"owners_count":21635967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["development-environment","docker","docker-compose","linux-subsystem","user-profile","visual-studio","visual-studio-code","windows-10","windows-subsystem","wsl"],"created_at":"2024-08-13T07:07:09.746Z","updated_at":"2025-10-08T00:55:49.799Z","avatar_url":"https://github.com/kdcllc.png","language":"Shell","funding_links":["https://www.buymeacoffee.com/vyve0og"],"categories":["visual-studio-code","Shell","docker"],"sub_categories":[],"readme":"# Windows 11 Linux Subsystem Development Setup\r\n\r\n![I stand with Israel](./images/IStandWithIsrael.png)\r\n\r\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/kdcllc/AI-DrivenDevEnv/master/LICENSE) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\r\n\r\n## Hire Me\r\n\r\nPlease send [email](mailto:kingdavidconsulting@gmail.com) if you consider hiring me.\r\n\r\n[![buymeacoffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/vyve0og)\r\n\r\n## Give a Star! :star:\r\n\r\nIf you like or are using this project to learn or start your solution, please give it a star. Thanks!\r\n\r\n## Description\r\n\r\nI personally \u0026#x1F9E1; 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).\r\n\r\n1. The Installation steps for WSL, Visual Studio.NET, VS Code, DotNet Framework.\r\n2. The scripts to install or configure Web Development environment.\r\n\r\nMicrosoft also released a repo with for setting up [Windows Dev Box Setup Scripts](https://github.com/Microsoft/windows-dev-box-setup-scripts).\r\nThis option is useful if one desired to completely automate the process. It includes powershell script to automate WSL installation,\r\n[WSL Setup from powershell](https://github.com/Microsoft/windows-dev-box-setup-scripts/blob/master/scripts/WSL.ps1).\r\n\r\n## Window 11 Professional Configuration steps\r\n\r\n1. [Install fresh version of Windows 11](https://www.microsoft.com/en-us/software-download/windows11).\r\n\r\n3. Windows 10/11 [Enable Developer mode](https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development).\r\n\r\nOr Run this powershell script\r\n\r\n```ps1\r\n    # enable developer mode on the system ---\r\n    # source https://github.com/Microsoft/windows-dev-box-setup-scripts/blob/master/scripts/SystemConfiguration.ps1\r\n    Set-ItemProperty -Path HKLM:\\Software\\Microsoft\\Windows\\CurrentVersion\\AppModelUnlock -Name AllowDevelopmentWithoutDevLicense -Value 1\r\n```\r\n\r\n4. [Install `wsl` on Windows 11 Pro](https://docs.microsoft.com/en-us/windows/wsl/install).\r\n\r\n5. [Install Windows 11 FullStack Development tools](./win11-dev/fullstack-dev-tools.md).\r\n\r\n6. [Install WSL Web Development Tools](./wsl-dev-tools.md)\r\n\r\n\r\n7. [Install and Configure Docker with Kubernetes](./win10-docker-kube.md).\r\n\r\n\r\n## Issues resolution\r\n\r\n- [VS.NET and Docker SSl not finding Certificate Fix](./vsnet-docker-ssl-issue.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdcllc%2Fwin10andwsldev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdcllc%2Fwin10andwsldev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdcllc%2Fwin10andwsldev/lists"}