АC
Get-ChildItem -Path HKLM:\System\Setup\Source* |https://www.nextofwindows.com/when-was-my-windows-10-originally-installed
ForEach-Object {Get-ItemProperty -Path Registry::$_} |
Select-Object ProductName, ReleaseID, CurrentBuild, @{n="Install Date"; e={([DateTime]'1/1/1970').AddSeconds($_.InstallDate)}} |
Sort-Object "Install Date"