Blog

April 14, 2013
Tags: icon, rdweb, company-logo-image, remote-desktop-services-2012, rds-web, remote-desktop, rds2012, remote-desktop-services, rds-2012, microsoft, rds-servers, rds12, windows-server-2012, microsoft-windows

Change The Icon On Rdweb Rds 2012

How to Change the Default RDWeb Icon.

rdweb-icon.png

You will need to modify the Site.xsl file to change the Icon.

I recommend using Notepad++ for modifying this file as it shows the lines on the left hand side.

Ensure that a backup of all the files is completed before continuing any further with this.

Add the new Icon into the image folder

You will need to add the new icon into the images folder located in:

C:\Windows\Web\RDWeb\Pages\en-US\images\

Modify the site.xsl file

You can find the file located in the following directory.

C:\Windows\Web\RDWeb\Pages\en-US\Site.xsl

Line 114 shows the comment indicating where to add the replacement Icon

[xsl:comment](xsl:comment)Replaceable Company Logo Image[/xsl:comment](/xsl:comment)

Change Line 116 to the new image name e.g logo_2.gif

/images/blog/icon-change.png

Once completed, Run the following cmd:

IISReset