Browse Source

20.08.2019 fix

Fixed typo in "Turn on Windows Sandbox"

Исправлена опечатка в разделе "Включить Windows Sandbox"
pull/3/head
farag2 5 years ago
committed by GitHub
parent
commit
87b8e8e7a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Win 10.ps1

2
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
}

Loading…
Cancel
Save