diff --git a/net35 b/net35 index 7f18651..26c1d87 100644 --- a/net35 +++ b/net35 @@ -7,6 +7,7 @@ function Main { } $procArch = $Env:PROCESSOR_ARCHITECTURE + $buildVersion = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').CurrentBuild if ($procArch -eq 'ARM') { Write-Warning "This script does not support Windows RT. Exiting..." return 1