Skip to content

AntoneBrewer/Windows-Install-Script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PowerShell 100.0%