I was inspired to build a new module today when I did make a PR on an other repo.
So what I did was that I have made a module that allows you to auto update almost all of you installed softwares on your Windows 10/11 machine, this module will also make sure that you have the latest version of WinGet and other components that are needed for it to work. Don’t worry if you don’t have them installed the module will install it for you.
The reason I did this module is that I’ll use it later on to a bigger project. But until then I’m hoping you find this module useful.
You can install it from PowerShell Gallery directly from your PowerShell Console.
Install-Module -Name WinSoftwareUpdate -Scope AllUsers -Force
You can find more information in the links below.
I have also started to make a collection over all of my PowerShell modules / scripts in a separated repo, that will make it easier to have a good overview of all of them as I’ll start to upload a bunch of modules that I have been creating for years during 2023.
One thought on “Let’s auto update our Windows softwares with PowerShell”