UpdGUI is a simple PowerShell front-end for the PSWindowsUpdate module that, currently, lets you get and install the updates that you select.
- Programming: CodingWonders
- Idea: og-mrk
- Requirements: your language mode must not be set to constrained. To check your language mode, type
$ExecutionContext.SessionState.LanguageMode
and make sure it is set toFullLanguage
- Open a PowerShell window as an administrator
- Run UpdGUI (
.\updgui.ps1
) - Get the updates
- Select the updates you want to install
- Install them!
Installing updates
Update list and About screen
- Requirements: PSScriptPad or any PowerShell ISE that supports visual form editing for, well, designing the forms more easily. Any other editor, even Notepad, can open PowerShell scripts as well
- Open
updgui.ps1
on your code editor and make the necessary changes - Test your changes
- Make a pull request