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 https://www.youtube.com/watch?v=Jv9PeaGrIIo Udemy course link for Azure virtual desktop https://www.udemy.com/course/az-140-avd-azure-virtual-desktop/?referralCode=DE536863F22F7317FC15 Udemy course link for FSlogix https://www.udemy.com/course/fslogix-vdi/?referralCode=638D3F689C59898EAC84 Udemy course link for Citrix DaaS https://www.udemy.com/course/cvad-daas/?referralCode=C568AF599269A6A61B77 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"
Download
0 formatsNo download links available.