MSIX App attach for AVD/Citrix DaaS

Описание к видео MSIX App attach for AVD/Citrix DaaS

0:00 Introduction and overivew
3:30 Architecture
4:47 Prerequisites
6:00 MSIX advantages
7:24: LAB

MSIX in Citrix DaaS
   • Citrix Features Explained: Publishing...  

Udemy course link for Azure virtual desktop
https://www.udemy.com/course/az-140-a...

Udemy course link for FSlogix
https://www.udemy.com/course/fslogix-...

Udemy course link for Citrix DaaS
https://www.udemy.com/course/cvad-daa...

Registries required

rem Disable Store auto update:

reg add HKLM\Software\Policies\Microsoft\WindowsStore /v AutoDownload /t REG_DWORD /d 2 /f

Schtasks /Change /Tn "\Microsoft\Windows\WindowsUpdate\Scheduled Start" /Disable

rem Disable Content Delivery auto download apps that they want to promote to users:

reg add HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager /v PreInstalledAppsEnabled /t REG_DWORD /d 0 /f

reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager\Debug /v ContentDeliveryAllowedOverride /t REG_DWORD /d 0x2 /f

Command to generate self signed certificates
New-SelfSignedCertificate -Type Custom -Subject "CN=Contoso" -KeyUsage DigitalSignature -KeyAlgorithm RSA -KeyLength 2048 -CertStoreLocation "cert:\LocalMachine\My"

Комментарии

Информация по комментариям в разработке