Skip to content

This is PowerShell script for linux distro download and installation to wsl plus adding to Windows Terminal with icon!

License

Notifications You must be signed in to change notification settings

mguludag/WSL-Manager

Repository files navigation

WSL-Manager

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!

Use

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

Download

GitHub Releases

Features

  • 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

WSL Manager main menu

Icons in Windows Terminal menu

Installation

  1. Unzip and open wslmanager.bat and follow the instructions!