It often happens that I have to watch this screen for minutes:

I have no clue what's happening in the back. And I'm also not interested in watching the WindowsUpdate.log for changes.
I would love to know if there's a way that gives more feedback. Preferably something I can invoke from the command line (like apt-get).
Answer
In Windows 10, you can use the PSWindowsUpdate PowerShell module.
> Install-Module PSWindowsUpdate
> Get-WindowsUpdate
> Install-WindowsUpdate

No comments:
Post a Comment