diff --git a/PreChecks.ps1 b/PreChecks.ps1 index a1f7949..a5470fb 100644 --- a/PreChecks.ps1 +++ b/PreChecks.ps1 @@ -19,7 +19,7 @@ if ($build.CurrentBuild -ge 22000 -and ($($build.editionid -like 'Professional*' Return $true } Else { - Write-Warning "Only Windows 11 is supported" + Write-Warning "Only Windows 11 Pro or Enterprise is supported" Return $false } } @@ -62,4 +62,4 @@ Read-Host -Prompt "Press Enter to Exit" } else { Read-Host -Prompt "Press Enter to Exit" -} \ No newline at end of file +}