Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.36 KB

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!