mirror of
https://github.com/jamesstringerparsec/Easy-GPU-PV.git
synced 2024-08-30 18:22:17 +00:00
Remove WSL check
This commit is contained in:
parent
f4b3712fe8
commit
bc302e7598
@ -53,7 +53,7 @@ Function Get-VMGpuPartitionAdapterFriendlyName {
|
||||
}
|
||||
}
|
||||
|
||||
If ((Get-DesktopPC) -and (Get-WindowsCompatibleOS) -and (Get-HyperVEnabled) -and !(Get-WSLEnabled)) {
|
||||
If ((Get-DesktopPC) -and (Get-WindowsCompatibleOS) -and (Get-HyperVEnabled)) {
|
||||
"System Compatible"
|
||||
"Printing a list of compatible GPUs...May take a second"
|
||||
"Copy the name of the GPU you want to share..."
|
||||
|
Loading…
Reference in New Issue
Block a user