Modify the RDP setting for multiple monitors

When you have multiple monitors, you sometimes have difficulty keeping the RDP window to just one monitor. One solution is to modify the RDP settings.

Steps

  1. Select IXIA CCMS Desktop from the landing page and enter your credentials.
  2. Download the .RDP file and store it in your preferred location.

    For example, on your local desktop.

  3. Optional: Rename the .RDP file into "IXIA CCMS Desktop".
  4. Right-click the .RDP file and select Edit with Notepad++.
  5. Add the following options at the beginning of the files:
    • multimon:i: this option is used to define if you are using multiple screens with your PC. It has to be set to 1 to use the options below.

      Example: multimon:1

    • selectedmonitors:s: this option is used to define the local screen where you want to display the RDP window.

      Example: selectedmonitors:s:1 displays the RDP window on screen #1. Note that the ID numbers of the screens might not match the ID numbers displayed when you click Identify in the Windows settings.

    • screen mode id:i: this option is used to set how you want the RDP window to be displayed when you start the connection.

      Example: screen mode id:i:2 means that the RDP window will show full screen. Use the 1 value to show the RDP in a window.

  6. Save the .RDP file.
  7. Double click the file to start the connection and test.