mirror of
https://github.com/zoicware/WindowsUpdateManager.git
synced 2026-04-26 11:15:51 +03:00
No description
| README.md | ||
| WindowsUpdateManager.ps1 | ||
WindowsUpdateManager
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