How can I suppress the Citrix receiver Add Account window on login?

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.

asked Jan 27, 2016 at 21:52 1,260 10 10 silver badges 25 25 bronze badges

2 Answers 2

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.

answered Apr 15, 2016 at 6:52 Michel de Ruiter Michel de Ruiter 1,228 14 14 silver badges 23 23 bronze badges

Have you tried this?

Method 1

Rename CitrixReceiver.exe to CitrixReceiverWeb.exe . This solution works through both the GUI install and CLI install.

And for an existing installation just remove the single Citrix file from the start menu startup (type Windows+R -> shell:startup -> Press -> remove link).

Related: Thread on Citrix Forums: How to suppress “Add Account”?