ranjithpillai / Windows-Install-Script

Script using winget for easy windows setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Install Script

License: GPL v3

Script using winget for easy windows setup

How to create new categories

In main.ps1 put this line of code at the end of the script

    .\NewFolder\NewScript.ps1

In the new folder create a .txt file with the app id's and a .ps1 with the file.txt name in the line

    foreach ($line in Get-Content $PSSCriptRoot\newFile.txt)

And change the name of the category in

    $confirmation = Read-Host "Install EXAMPLE stuff? (y/n) "

About

Script using winget for easy windows setup

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%