Jump to content

I made this little project to help myself out, hopefully y'all like it too: 

 

https://github.com/Penny5837/TheSumOfAllThings

 

It's a batch script designed to update all the apps on your computer with the winget function.

 

You can run it without admin perms first if you want, but it takes longer 😛

 

 

 

Link to comment
https://linustechtips.com/topic/1585008-windows-update-but-better/
Share on other sites

Link to post
Share on other sites

38 minutes ago, Penny5837 said:

It's a bash script

Just so you now, its a batch script, not a bash script (bash scripts run on linux and mac os)

 

And general tip for windows scripting i think powershell is nicer to use, but thats individual preferance

 

Nice script tho

Link to post
Share on other sites

1 minute ago, W1ll1aming said:

Just so you now, its a batch script, not a bash script (bash scripts run on linux and mac os)

 

And general tip for windows scripting, powershell is way nicer to use :]

 

Nice script tho however

Any useful educational resources for PowerShell scripts would be greatly appreciated, thanks 👍 

 

 

 

Link to post
Share on other sites

3 minutes ago, Penny5837 said:

Any useful educational resources for PowerShell scripts would be greatly appreciated, thanks 👍 

The official documentation for powershell is good, and what i mostly use

 

https://learn.microsoft.com/en-us/powershell/

 

They also have courses if google those

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×