How to change the company name displayed in Windows Small Business Server 2008 Remote Web Workplace (RWW)

Be the first to vote!

I recently found myself in a place where I had misspelled the name of a company during one of the SBS Setup Wizards and could not find where to change it.

The file that needs to be modified is C:\Program Files\Windows Small Business Server\Data\RWWConfig.xml

Look for the node that says signinOrgName and change it to the correct spelling.

<?xml version="1.0" encoding="utf-8" ?> 
<RWWConfig>
<fileName>RWWPluginSBS, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35</fileName> 
<className>Microsoft.WindowsServerSolutions.IWorker.RWW.RWWPluginSBS</className> 
<signinOrgName>Company Name</signinOrgName> 
<signinBackgroundImage>images/background.jpg</signinBackgroundImage> 
<signinUserBackgroundImage /> 
<orgLogo /> 
<wssgLogo>images/RwwOemLogo.png</wssgLogo> 
<readEmailIcon>images/E-mail.png</readEmailIcon> 
<connectToComputerIcon>images/RemoteDesktop.png</connectToComputerIcon> 
<internalWebSiteIcon>images/CompanyWeb.png</internalWebSiteIcon> 
<changePasswordIcon>images/changepassword.png</changePasswordIcon> 
<helpDocumentationIcon>images/Help32.png</helpDocumentationIcon> 
<adminConsoleIcon>images/AdminConsole.png</adminConsoleIcon> 
<helpDeskIcon>images/helpdesk.png</helpDeskIcon> 
<techNetIcon>images/technet.png</techNetIcon> 
<showOWALink>true</showOWALink> 
<showTSLink>true</showTSLink> 
<showSharepointLink>true</showSharepointLink> 
<showChangePasswordLink>true</showChangePasswordLink> 
<showHelpDocumentationLink>true</showHelpDocumentationLink> 
<showAdminConsoleLink>true</showAdminConsoleLink> 
<showHelpDeskLink>true</showHelpDeskLink> 
<showWebGadget>true</showWebGadget> 
<showCustomOrgLinks>true</showCustomOrgLinks> 
<showCustomAdminLinks>true</showCustomAdminLinks> 
</RWWConfig>