mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
Typo corrections "seperately" x2 Ref. #5916
- Reviving the typo corrections provided by @schneiderl in PR #5916
This commit is contained in:
parent
c8766851ce
commit
e928e808b4
@ -12,7 +12,7 @@ ms.author: stsyfuhs
|
|||||||
manager: dansimp
|
manager: dansimp
|
||||||
ms.collection: M365-identity-device-management
|
ms.collection: M365-identity-device-management
|
||||||
ms.topic: article
|
ms.topic: article
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
---
|
---
|
||||||
|
|
||||||
# Windows Defender Device Guard and Windows Defender Credential Guard hardware readiness tool
|
# Windows Defender Device Guard and Windows Defender Credential Guard hardware readiness tool
|
||||||
@ -1184,7 +1184,7 @@ if($Enable)
|
|||||||
if(!$_isRedstone)
|
if(!$_isRedstone)
|
||||||
{
|
{
|
||||||
LogAndConsole "OS Not Redstone, enabling IsolatedUserMode separately"
|
LogAndConsole "OS Not Redstone, enabling IsolatedUserMode separately"
|
||||||
#Enable/Disable IOMMU seperately
|
#Enable/Disable IOMMU separately
|
||||||
ExecuteCommandAndLog 'DISM.EXE /Online /Enable-Feature:IsolatedUserMode /NoRestart'
|
ExecuteCommandAndLog 'DISM.EXE /Online /Enable-Feature:IsolatedUserMode /NoRestart'
|
||||||
}
|
}
|
||||||
$CmdOutput = DISM.EXE /Online /Enable-Feature:Microsoft-Hyper-V-Hypervisor /All /NoRestart | Out-String
|
$CmdOutput = DISM.EXE /Online /Enable-Feature:Microsoft-Hyper-V-Hypervisor /All /NoRestart | Out-String
|
||||||
@ -1253,7 +1253,7 @@ if($Disable)
|
|||||||
if(!$_isRedstone)
|
if(!$_isRedstone)
|
||||||
{
|
{
|
||||||
LogAndConsole "OS Not Redstone, disabling IsolatedUserMode separately"
|
LogAndConsole "OS Not Redstone, disabling IsolatedUserMode separately"
|
||||||
#Enable/Disable IOMMU seperately
|
#Enable/Disable IOMMU separately
|
||||||
ExecuteCommandAndLog 'DISM.EXE /Online /disable-Feature /FeatureName:IsolatedUserMode /NoRestart'
|
ExecuteCommandAndLog 'DISM.EXE /Online /disable-Feature /FeatureName:IsolatedUserMode /NoRestart'
|
||||||
}
|
}
|
||||||
$CmdOutput = DISM.EXE /Online /disable-Feature /FeatureName:Microsoft-Hyper-V-Hypervisor /NoRestart | Out-String
|
$CmdOutput = DISM.EXE /Online /disable-Feature /FeatureName:Microsoft-Hyper-V-Hypervisor /NoRestart | Out-String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user