PROBLEM
You install the Citrix Receiver, and you get this annoying setup window each time you start your PC. You never really configure the client because you only use the web client.
SOLUTION
Open "Command Prompt" as Administrator (right-click, run as Administrator) and run this command:REG ADD "HKLM\Software\Policies\Citrix" /f /v "EnableX1FTU" /t REG_DWORD /d "0"
Related Articles
Windows - Install Fonts Via Co...
I found this awesome Windows powershell script that allows you to install fonts via the command line. This is very convenient for mass deployment.$ssfFonts = 0...
How to Fix the Windows Managem...
A corrupt WMI repository can mess up things like the Symantec management agent and its ability to deploy software. If you check properties of "WMI Control" in ...
RDP - Enable Remote Desktop in...
1. Open registry editor (regedt32) and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server. Registry editor can also connect to rem...
Windows - Disable Startup Reco...
If a colleague's PC crashes, Windows will restart into start-up recovery. The problem here is that start-up recovery often makes an even bigger mess of the com...