WSL (Windows Subsystem for Linux)
Overview/
├── Introduction
├── Installation
└── Usage
What is WSL:
1. Enable WSL feature
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
2. Install Ubuntu from Microsoft Store
wsl --install -d Ubuntu
1. Accessing Windows files
explorer.exe .
2. Shutting down WSL
wsl --shutdown
3. Unregistering Ubuntu distribution