mirror of
https://github.com/jamesstringerparsec/Easy-GPU-PV.git
synced 2024-08-30 18:22:17 +00:00
Update PreChecks.ps1
This commit is contained in:
parent
17964c47d0
commit
080a2dc9e5
@ -19,7 +19,7 @@ if ($build.CurrentBuild -ge 22000 -and ($($build.editionid -like 'Professional*'
|
|||||||
Return $true
|
Return $true
|
||||||
}
|
}
|
||||||
Else {
|
Else {
|
||||||
Write-Warning "Only Windows 11 is supported"
|
Write-Warning "Only Windows 11 Pro or Enterprise is supported"
|
||||||
Return $false
|
Return $false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -62,4 +62,4 @@ Read-Host -Prompt "Press Enter to Exit"
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
Read-Host -Prompt "Press Enter to Exit"
|
Read-Host -Prompt "Press Enter to Exit"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user