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
-
Sophia Script/Sophia Script for Windows 11 PowerShell 7/Module/Sophia.psm1
|
|
@ -61,7 +61,7 @@ function Checkings |
|
|
|
{ |
|
|
|
$true |
|
|
|
{ |
|
|
|
if ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber -eq 22000)### |
|
|
|
if ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber -eq 22000) |
|
|
|
{ |
|
|
|
# Check whether the OS minor build version is 739 minimum |
|
|
|
# https://docs.microsoft.com/en-us/windows/release-health/windows11-release-information |
|
|
|