vukilis / Windows10AppScript

My simple auto-installation script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🖥️ Windows 10+ Script

This is a script to automate software installation using winget, download here.

Requirements

  • Windows 10+

How to use

  • Run Windows Terminal, cmd or PowerShell, recommended with admin privileges
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JDBpN'))

What script do

  • Show start page and ask to continue
  • Check if winget is installed, if not, installing winget from the Microsoft Store
  • Asks you to enter a json file, can be url or local - script expect packages name in file!!!
  • List all packages
  • Asks for installation proceed
  • Install packages

About

My simple auto-installation script


Languages

Language:PowerShell 100.0%