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
- Host: GitHub
- URL: https://github.com/marqdevx/tools_wrapper
- Owner: marqdevx
- Created: 2022-01-31T17:21:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T11:28:59.000Z (over 2 years ago)
- Last Synced: 2025-01-11T16:24:49.595Z (4 months ago)
- Language: PowerShell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
