Merge pull request #4914 from MSFTandrelom/patch-1

Update credential-guard-manage.md
This commit is contained in:
Daniel Simpson 2019-10-31 16:13:31 -07:00 committed by GitHub
commit 0b2e39fac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,8 @@ You can do this by using either the Control Panel or the Deployment Image Servic
``` ```
dism /image:<WIM file name> /Enable-Feature /FeatureName:IsolatedUserMode dism /image:<WIM file name> /Enable-Feature /FeatureName:IsolatedUserMode
``` ```
> [!NOTE]
> In Windows 10, version 1607 and later, the Isolated User Mode feature has been integrated into the core operating system. Running the command in step 3 above is therefore no longer required.
> [!NOTE] > [!NOTE]
> You can also add these features to an online image by using either DISM or Configuration Manager. > You can also add these features to an online image by using either DISM or Configuration Manager.