Update PreChecks.ps1

This commit is contained in:
James Stringer 2021-10-19 08:11:19 +02:00 committed by GitHub
parent 17964c47d0
commit 080a2dc9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}