From 3eddae738aa55a35e790c31282a2f1f2f92c0a41 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Mon, 21 Oct 2019 16:13:52 +0100 Subject: [PATCH] Clarify pre-reqs for Windows DDE (#9692) --- ee/desktop/admin/install/windows.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ee/desktop/admin/install/windows.md b/ee/desktop/admin/install/windows.md index c5d00415bb..3771359a72 100644 --- a/ee/desktop/admin/install/windows.md +++ b/ee/desktop/admin/install/windows.md @@ -12,7 +12,15 @@ This page contains information about the system requirements and specific instru - Windows 10 Pro or Enterprise version 15063 or later. -- Hyper-V and Containers Windows features must be enabled. +- Hyper-V and Containers Windows features must be enabled **before** installing DDE. + + To enable Hyper-V and Containers features using PowerShell, run the following commands as Administrator: + + `Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All` + + `Enable-WindowsOptionalFeature -Online -FeatureName Containers -All` + + After running the commands, reboot your system. - The following hardware prerequisites are required to successfully run Client Hyper-V on Windows 10: