Segue como alterar ícone default no Store Front do XenDesktop por exemplo vc que diponibilar Windows8 e deixa com ícone do Windows
Add the Citrix PowerShell snap-in
Add-PSSnapin Citrix.*
Add-PSSnapin Citrix.*
§ Import icon into the XenDesktop SQL database
Get-CtxIcon -FileName “C:\Temp\picture.ico” | New-BrokerIcon
Get-CtxIcon -FileName “C:\Temp\picture.ico” | New-BrokerIcon
§ Map the new icon to an existing Delivery Group
Set-BrokerDesktopGroup -Name "Nome DeliveryGroup" -IconUid 2
Set-BrokerDesktopGroup -Name "Nome DeliveryGroup" -IconUid 2
Nenhum comentário:
Postar um comentário