Some settings are configured directly in Viz Channel Branding Client's configuration files, rather than through the Configuration menus. The config file VizChannelBrandingClient.config, located in the %ProgramData% folder under \Vizrt\Viz Channel Branding\Client\
<?xml version="1.0" encoding="utf-8"?><configuration>  <appSettings>    <add key="FileLogLevel" value="100" />    <add key="WindowState" value="Maximized" />    <add key="WindowWidth" value="1440" />    <add key="WindowHeight" value="760" />    <add key="WindowLeft" value="1926" />    <add key="WindowTop" value="11" />  </appSettings></configuration>