Wednesday, 16 August 2017

command line - Can I get more information on what Windows Update is doing?


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


enter image description here


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

enter image description here


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...