<!DOCTYPE html> <html> <head> </head> <body> <p>Open Powershell and type this command:</p> <p><code>Get-ChildItem 'HKLM:SOFTWAREMicrosoftNET Framework SetupNDP' -Recurse | Get-ItemProperty -Name version -EA 0 | Where { $_.PSChildName -Match '^(?!S)p{L}'} | Select PSChildName, version</code></p> </body> </html>
Subscribe
0 Comments
Oldest