Browse Source

Update Sophia.psm1

pull/401/head
Dmitry Nefedov 2 years ago
committed by GitHub
parent
commit
b555a709b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

2
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

@ -72,7 +72,7 @@ function Checks
{
$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
# https://docs.microsoft.com/en-us/windows/release-health/release-information

Loading…
Cancel
Save