Browse Source

Update Download_Sophia.ps1

pull/401/head
Dmitry Nefedov 2 years ago
committed by GitHub
parent
commit
e7ca271541
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Download_Sophia.ps1

2
Download_Sophia.ps1

@ -95,7 +95,7 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
break break
} }
{($_ -ge 19041) -and ($_ -le 19048)} {($_ -ge 19044) -and ($_ -le 19048)}
{ {
if ($PSVersionTable.PSVersion.Major -eq 5) if ($PSVersionTable.PSVersion.Major -eq 5)
{ {

Loading…
Cancel
Save