Maximize Remote desktop but not to full screen

10

1

I have been using remote desktop at my office and have been using it in maximized mode, but not in full screen mode. When I press maximize, it covers the entire window but doesn't move to full screen.

Recently I formatted system and now when I maximize the window, it switches to full screen. I really don't want full screen, because I would like to be able to see my taskbar, but I want the remote desktop window maximized. Could anybody please tell me how to maximize the window without switching to full screen.

anirudh

Posted 2014-03-05T12:40:58.463

Reputation: 203

I am also struggling with this. If I put the remote desktop onto a second monitor that has a different resolution, it maximizes in old-fashioned Windows mode with a title bar. if I drag it down to my laptop monitor that has the same resolution, it goes full screen. However if I unplug the external monitor while the RDP is on it, then it goes to the laptop monitor in old fashioned mode like I want! – PhilHibbs – 2020-02-11T13:23:12.913

1

possible duplicate of Remote Desktop won't maximize

– Ƭᴇcʜιᴇ007 – 2014-03-05T15:27:34.220

Marked dupe may seem to be (requesting) the opposite to this, but it's really the same thing with the same (although opposite) solutions. :) – Ƭᴇcʜιᴇ007 – 2014-03-05T15:28:50.083

I know it seems like a duplicate, but I have tried those solutions. When I restore the window, the window is small. When I maximize the window to make it occupy the screen completely, but it switches to full screen, and hence I cannot see my taskbar – anirudh – 2014-03-06T04:55:15.373

Answers

19

  1. Launch Remote Desktop Connection.
  2. Click Options and switch to Display tab.
  3. Drag the slider under Display configuration from Large (Full Screen) to one tick down.
  4. Click Connect to check the issue.

Rabin

Posted 2014-03-05T12:40:58.463

Reputation: 467

I have tried that solution, but the window is smaller requiring me to scroll, but if I maximize the window, it again switches to full screen. – anirudh – 2014-03-06T04:56:25.520

7

You can launch Remote Desktop with height and width parameters. If you set these to be slightly smaller than your display size, it will take up almost all the screen, will still show your task bar and will not display scroll bars:

Screenshot of Remote Desktop

As detailed in this answer, launch Remote Desktop with the following parameters:

/w:[width] and /h:[height]

I have a 1280 x 1024 screen size, so it works if I run the following:

mstsc.exe /w:1270 /h:960

Modify the parameters to suit your size screen, then go to Start > Run, and paste it there. Hit OK to run it. You may have to maximise the window to take up the full dimensions you have set.

Incidentally, every time you run Remote Desktop afterwards it should remember these settings without you telling it to. If it does 'forget', just save it as a shortcut and run that every time.

Garrulinae

Posted 2014-03-05T12:40:58.463

Reputation: 1 471

Works beautifully. I've found that windows often resets the Default.rdp file. With this solution, that isn't a problem. – primo – 2015-08-11T11:10:56.367

All these years and never knew that existed. Great tip! – RegencySoftware – 2017-04-05T14:02:51.573

2

Hi you can use windows shortcut option: Ctrl+Alt+Break

Imran Khan

Posted 2014-03-05T12:40:58.463

Reputation: 31

1

None of the other answers worked for me, I always got a vertical and horizontal scroll bar. But I also noticed that on the drop down from the RD menu "Smart Sizing" was greyed out and could not change. Some more searching and I found that I could edit the Default.rdp file with a text editor, and added the following line:

smart sizing:i:1

Now everything works as expected.

ransems

Posted 2014-03-05T12:40:58.463

Reputation: 126

-1

I tried to fix mine- I am remoting into work through my laptop and connecting to a wide screen through HDMI. I did what the first answer said by clicking the remote desktop connector, then options arrow, the display tab. Mine was already set at full screen, so I reduce it, click okay, closed it, open again and increased it and it worked. I guess I made it refresh.

Emmanuel Egena Azogu

Posted 2014-03-05T12:40:58.463

Reputation: 1

You should provide specific details on how you solve the problem. Your solution, if properly explained, could be helpful to the author of this question. – Ramhound – 2017-02-23T17:23:50.843