Dmitry Nefedov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
|
@ -72,7 +72,7 @@ function Checks |
|
|
{ |
|
|
{ |
|
|
$true |
|
|
$true |
|
|
{ |
|
|
{ |
|
|
if ((Get-ItemPropertyValue -Path "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion" -Name UBR) -lt 2006)) |
|
|
if ((Get-ItemPropertyValue -Path "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion" -Name UBR) -lt 2006) |
|
|
{ |
|
|
{ |
|
|
# Check whether the OS minor build version is 2006 minimum |
|
|
# Check whether the OS minor build version is 2006 minimum |
|
|
# https://docs.microsoft.com/en-us/windows/release-health/release-information |
|
|
# https://docs.microsoft.com/en-us/windows/release-health/release-information |
|
|