From 87b8e8e7a2008008b06b50a45cc8be8ef5a370c7 Mon Sep 17 00:00:00 2001 From: farag2 Date: Tue, 20 Aug 2019 13:06:26 +0300 Subject: [PATCH] 20.08.2019 fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed typo in "Turn on Windows Sandbox" Исправлена опечатка в разделе "Включить Windows Sandbox" --- Win 10.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }