Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mguludag/WSL-Manager

This is PowerShell script for linux distro download and installation to wsl plus adding to Windows Terminal with icon!
https://github.com/mguludag/WSL-Manager

linux-distro-download powershell powershell-script windows windows-terminal wsl wsl-manager wsl2

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```powershell
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!