Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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) "
You can’t perform that action at this time.