Skip to main content

Posts

Showing posts from May, 2015
SCCM - Installing Citrix Web Client 1.) Import Citrix Receiver Web into SCCM.  2.) Add install switches  /silent /ALLOWADDSTORE=N SELFSERVICEMODE=false 3.) Create task sequence and link in this program 4.) Create a registry file which will disable the add account pop up when first installed 5.) Command to add into Task Sequence is - CMD /C regedit.exe /s "\\FILELOCATION.reg" 6.) Contents of registry key  Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Citrix] "EnableFTU"=dword:00000000