Skip to content

Commit c01c111

Browse files
Merge pull request #216715 from Derijke/patch-1
Update app-attach-azure-portal.md
2 parents f8cd264 + 4195f8e commit c01c111

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/virtual-desktop/app-attach-azure-portal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ Before you get started, you must disable automatic updates for MSIX app attach a
3030
```cmd
3131
rem Disable Store auto update:
3232
33-
reg add HKLM\Software\Policies\Microsoft\WindowsStore /v AutoDownload /t REG_DWORD /d 0 /f
34-
Schtasks /Change /Tn "\Microsoft\Windows\WindowsUpdate\Automatic app update" /Disable
33+
reg add HKLM\Software\Policies\Microsoft\WindowsStore /v AutoDownload /t REG_DWORD /d 2 /f
3534
Schtasks /Change /Tn "\Microsoft\Windows\WindowsUpdate\Scheduled Start" /Disable
3635
3736
rem Disable Content Delivery auto download apps that they want to promote to users:

0 commit comments

Comments
 (0)