We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a96e commit edefd12Copy full SHA for edefd12
src/Sophia_Script_for_Windows_11_ARM/Module/Sophia.psm1
@@ -1025,7 +1025,7 @@ public extern static string BrandingFormatString(string sFormat);
1025
}
1026
1027
# We may use Test-Path -Path variable:LatestSupportedBuild
1028
- if ((Get-ItemPropertyValue -Path "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion" -Name UBR) -gt $LatestSupportedBuild)
+ if ((Get-ItemPropertyValue -Path "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion" -Name UBR) -lt $LatestSupportedBuild)
1029
{
1030
# Check Windows minor build version
1031
# https://support.microsoft.com/en-us/topic/windows-11-version-24h2-update-history-0929c747-1815-4543-8461-0160d16f15e5
0 commit comments