dikeckaan / WSL-Manager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:MIT License


Languages

Language:PowerShell 99.8%Language:Batchfile 0.2%