diff --git a/Win 10.ps1 b/Win 10.ps1 index 826e8006..0a404c42 100644 --- a/Win 10.ps1 +++ b/Win 10.ps1 @@ -1699,7 +1699,7 @@ IF (Get-WindowsEdition -Online | Where-Object -FilterScript {$_.Edition -eq "Pro { try { - IF ((Get-CimInstance –ClassName CIM_ComputerSystem).HypervisorPresent -eq $false) + IF ((Get-CimInstance –ClassName CIM_ComputerSystem).HypervisorPresent -eq $true) { Enable-WindowsOptionalFeature –FeatureName Containers-DisposableClientVM -All -Online -NoRestart }