This is PowerShell script for linux distro download and installation to wsl plus adding to Windows Terminal with icon and reset password, shrink vhdx, import/export distro!
Set-ExecutionPolicy RemoteSigned -scope Process -Force
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/mguludag/WSL-Manager/main/wslmanager.ps1" -OutFile $pwd/wslmanager.ps1
./wslmanager.ps1
exit
- Install distro from local file
- Download and install distro from URL
- Auto install essential utils to distro for create user
- Adding icon to windows terminal menu
- Export any distro to selected path
- Import distro from local file and show choice of set default user
- Reset password of any user
- Unzip and open wslmanager.bat and follow the instructions!