I tried the PowerShell approach from
https://www.minitool.com/news/how-to-check-update-history-on-windows-11.html :
++++
PS C:\Windows\system32> Install-Module PSWindowsUpdate
NuGet provider is required to continue
PowerShellGet requires NuGet provider version ‘2.8.5.201’ or newer to interact with NuGet-based repositories. The NuGet provider must be available in ‘C:\Program Files (x86)\PackageManagement\ProviderAssemblies’ or
‘C:\Users\User\AppData\Local\PackageManagement\ProviderAssemblies’. You can also install the NuGet provider by running ‘Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force’. Do you want PowerShellGet to install and import
the NuGet provider now?
[Y] Yes [N] No Suspend [?] Help (default is “Y”): y
Untrusted repository
You are installing the modules from an untrusted repository. If you trust this repository, change its InstallationPolicy value by running the Set-PSRepository cmdlet. Are you sure you want to install the modules from ‘PSGallery’?
[Y] Yes [A] Yes to All [N] No [L] No to All Suspend [?] Help (default is “N”):
+++
Is it trustable? Even so, it is a surprise to be asked since NuGet is (apparently) already installed: version 2.8.5.208. (… ProviderAssemblies and … Roaming). What to do?