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

https://github.com/marqdevx/tools_wrapper

PowerShell script with a simple GUI that installs packages from winget
https://github.com/marqdevx/tools_wrapper

Last synced: 3 months ago
JSON representation

PowerShell script with a simple GUI that installs packages from winget

Awesome Lists containing this project

README

        

# Windows Tools installer
This script helps to install a collection of programs.

## How to Run
Paste this command into Powershell (admin):
```
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/marqdevx/tools_wrapper/main/tools_installer.ps1'))
```
Or, shorter:
```
iwr -useb https://raw.githubusercontent.com/marqdevx/tools_wrapper/main/tools_installer.ps1 | iex
```

Original script https://github.com/ChrisTitusTech/win10script

## Preview

![](assets/screenshot.png)