You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try execute the command to remove a specific cumulative update, there is no error, even in the debug/verbose mode, and nothing happens
Tried this command: Remove-WindowsUpdate -KBArticleID KB5039705 -Verbose
output:
VERBOSE: AA
When I try execute the command to remove a specific cumulative update, there is no error, even in the debug/verbose mode, and nothing happens
Tried this command: Remove-WindowsUpdate -KBArticleID KB5039705 -Verbose
output:
VERBOSE: AA
I'm not sure if you use "wusa" tool behind the scenes, but I figured out that Microsoft has deprecated the silent mode execution of this tool.
https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features
Could you please take a look on this?
Thanks
The text was updated successfully, but these errors were encountered: