Created
February 28, 2024 13:41
-
-
Save GhostNaix/36c8717dee764d2c80478003aa61dcb4 to your computer and use it in GitHub Desktop.
Optin-Microsoft update in Windows 7 via powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $mu = New-Object -ComObject Microsoft.Update.ServiceManager -Strict | |
| $mu.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment