Hi Sohil Ahmed,
To achieve this specific monitor configuration, you can bypass the standard Remote Desktop graphical interface limitations by editing the connection file directly. First, open the Command Prompt on your local Windows 11 laptop and execute the command mstsc.exe /l. This will output a list of all currently connected displays along with their numerical system IDs. Identify and make a note of the specific integer values assigned to your two external monitors.
Next, open the standard Remote Desktop Connection application, input your target Windows Server details, and use the Save As option to generate an .rdp configuration file on your desktop. Right-click this newly created file and open it using Notepad to manually adjust the connection parameters. You will need to verify or add the parameter use multimon:i:1 to ensure the remote session is permitted to span across multiple screens.
To restrict the session to your chosen displays, append a new line to the file reading selectedmonitors:s:X,Y, replacing the placeholders with the numerical IDs you retrieved from the command prompt. Ensure the first number you define is the monitor you want to act as the primary display for the remote session. Save the document and close Notepad. Double-clicking this customized file will launch your remote session strictly on the designated external screens while keeping your built-in laptop display completely isolated for local applications.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VP