From bc302e759862a4f19962a881a8367aeae4a7b418 Mon Sep 17 00:00:00 2001 From: James Stringer <38541878+jamesstringerparsec@users.noreply.github.com> Date: Sun, 21 Nov 2021 17:08:36 +0100 Subject: [PATCH] Remove WSL check --- PreChecks.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PreChecks.ps1 b/PreChecks.ps1 index 5deaed1..b9666d4 100644 --- a/PreChecks.ps1 +++ b/PreChecks.ps1 @@ -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..."