Windows Update Manager is a PowerShell script that takes advantage of the PSWindowsUpdate Module to allow users more options when managing updates
Working on Windows 10 and 11
Run Script from Console
Set-ExecutionPolicy Unrestricted -Force
iwr https://raw.githubusercontent.com/zoicware/WindowsUpdateManager/main/WindowsUpdateManager.ps1 | iex