How to install and use citrix webinterface 54 on windows server 2012
https://www.sepago.com/blog/2012/09/25/how-to-install-and-use-citrix-webinterface-54-on-windows-server-2012 Also - you can add a lanch file and create a shortcut an run like this: C:\Windows\System32\cmd.exe /k "C:\TEMP\start_wi_admin.cmd" Where the contents of "C:\TEMP\start_wi_admin.cmd" is: @echo off cls TITLE Launch Web Interface 5.4 Management Console on Windows 2012R2... ECHO ***************************************************** ECHO Run as administrator ECHO Makes Web Interface 5.4 compatible on Windows 2012 R2 ECHO ***************************************************** CD \ CD C:\Windows\SysWOW64 rename mmc.exe.config.WI54 mmc.exe.config ECHO Waiting for Citrix Web Interface 5.4 Console to launch... "C:\Program Files (x86)\Citrix\Web Interface\5.4.0\Administration\en\WIAdmin.msc" REM ECHO Press ANY KEY after you close the Web Interface Management Console... REM pause >nul REM Wait 3 seconds... PING 1.1.1.1 -n 3 -w 1000 >NUL rename mmc.e...