add features for wsl linux
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Here is what the above code is Doing:
1. Install Chocolatey
2. Install Git
3. Install Python
4. Install NodeJS
5. Install VSCode
6. Install Docker
7. Install WSL2