Browse Source

Update Sophia.psm1

pull/378/head
Dmitry Nefedov 2 years ago
committed by GitHub
parent
commit
4e8c12c6f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Sophia Script/Sophia Script for Windows 11 PowerShell 7/Module/Sophia.psm1

2
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

Loading…
Cancel
Save