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

1

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.

geek1011

Posted 2016-01-27T21:52:59.257

Reputation: 1 180

Answers

1

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.

Michel de Ruiter

Posted 2016-01-27T21:52:59.257

Reputation: 810

0

Have you tried this?

Method 1

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

(From CTX135438: How to Suppress the Add Account Window in Citrix Receiver for Windows.)

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”?

StackzOfZtuff

Posted 2016-01-27T21:52:59.257

Reputation: 1 185

How can I make it show again? – geek1011 – 2016-01-28T21:23:28.923

Just double click on the icon in the task tray. – StackzOfZtuff – 2016-01-29T05:36:57.780

OK, I'll try it – geek1011 – 2016-01-30T15:19:11.437

I cannot find it in the startup – geek1011 – 2016-01-30T15:24:28.957

Try autoruns: https://technet.microsoft.com/en-us/sysinternals/bb963902.aspx

– StackzOfZtuff – 2016-01-30T19:15:19.433