Skip to main content

Citrix Desktop Director Auto Fill Domain Name

·1 min
Author
John Billekens
Technical Consultant | End User Computing

When logging on to the Citrix Director you have to enter the domain name along with the username and password. If you don’t want to enter the domain name each time you logon you can have it filled in by default. Edit C:inetpubwwwrootDesktopDirectorLogOn.aspx (With admin rights)

<asp:TextBox ID="Domain" runat="server" CssClass="text-box" ></asp:TextBox>
<asp:TextBox ID="Domain" Text="DOMAIN.LOCAL" readonly="true" runat="server" CssClass="text-box"></asp:TextBox>