How to suppress the Citrix receiver Add Account window on login

citrixcitrix-receiver

I have recently installed Citrix Receiver. Every time I login, I get a "Add Account" prompt. I would not like to login.

How can I make this window not show when I login? I would like to make this the default for all users. I would like to be able to add an exception to this for a specific user.

Best Answer

Save this as a .reg file and execute it once 'As Administrator':

REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Policies\Citrix]
"EnableX1FTU"=dword:00000000

When it happens to be a 32-bit machine, leave out the Wow6432Node part.

Related Question