make windows subsystem for linux look like actual linux code example
Example 1: switch installed linx to wsl2
wsl.exe --set-version Ubuntu 2
Example 2: ubuntu wsl windows 10
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Example 3: windows wsl
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart