It often happens that J'ai to watch this screen for minutes:
J'ai no clue what's happening in the back. And I'm also not interested in watching the [`WindowsUpdate.log`](https://superuser.com/questions/435474/is-there-an-exhaustive-list-of-what-windows-logs-or-can-log/441676#441676) for changes.
I would love to know if there's a way that gives more feedback. Preferably something I can invoke from the ligne de commande (like `apt-get`).
Puis-je get more information on what Windows Mise à jour is doing?
Re: Puis-je get more information on what Windows Mise à jour is doing?
In Windows 10, vous pouvez utiliser the [`PSWindowsUpdate`](https://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc) PowerShell module.
```
> Install-Module PSWindowsUpdate
> Get-WindowsUpdate
> Install-WindowsUpdate
```
```
> Install-Module PSWindowsUpdate
> Get-WindowsUpdate
> Install-WindowsUpdate
```