Get-ChildItem "HKLM:\SOFTWARE\Microsoft\VisualStudio\" | ForEach-Object $path = Join-Path $_.PSPath "VC\Runtimes\x86" if (Test-Path $path) Get-ItemProperty $path

For VS 2015+:

Liefern nach
Warenkorb
vcredist_x86.exe
Warenkorb ansehen
Product
text description

Vcredist_x86.exe -

Get-ChildItem "HKLM:\SOFTWARE\Microsoft\VisualStudio\" | ForEach-Object $path = Join-Path $_.PSPath "VC\Runtimes\x86" if (Test-Path $path) Get-ItemProperty $path

For VS 2015+: