You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-desktop/app-attach.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: Heidilohr
6
6
7
7
ms.service: virtual-desktop
8
8
ms.topic: conceptual
9
-
ms.date: 12/14/2019
9
+
ms.date: 05/11/2020
10
10
ms.author: helohr
11
11
manager: lizross
12
12
---
@@ -37,7 +37,7 @@ First, you need to get the OS image you'll use for the MSIX app. To get the OS i
37
37
>[!NOTE]
38
38
>You must be member of the Windows Insider program to access the Windows Insider portal. To learn more about the Windows Insider program, check out our [Windows Insider documentation](/windows-insider/at-home/).
39
39
40
-
2. Scroll down to the **Select edition** section and select **Windows 10 Insider Preview Enterprise (FAST) – Build 19035** or later.
40
+
2. Scroll down to the **Select edition** section and select **Windows 10 Insider Preview Enterprise (FAST) – Build 19041** or later.
41
41
42
42
3. Select **Confirm**, then select the language you wish to use, and then select **Confirm** again.
43
43
@@ -70,6 +70,14 @@ rem Disable Windows Update:
70
70
sc config wuauserv start=disabled
71
71
```
72
72
73
+
After you've disabled automatic updates, you must enable Hyper-V because you'll be using the Mound-VHD command to stage and and Dismount-VHD to destage.
>This change will require that you restart the virtual machine.
80
+
73
81
Next, prepare the VM VHD for Azure and upload the resulting VHD disk to Azure. To learn more, see [Prepare and customize a master VHD image](set-up-customize-master-image.md).
74
82
75
83
Once you've uploaded the VHD to Azure, create a host pool that's based on this new image by following the instructions in the [Create a host pool by using the Azure Marketplace](create-host-pools-azure-marketplace.md) tutorial.
@@ -253,7 +261,7 @@ Before you update the PowerShell scripts, make sure you have the volume GUID of
0 commit comments