PowerShell Script
$ReleaseID = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').ReleaseId
Write-Host "The Windows 10 Release ID is: $ReleaseID"
PowerShell Script
$ReleaseID = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').ReleaseId
Write-Host "The Windows 10 Release ID is: $ReleaseID"
0 Comments