Can't maximize RDC session window to full-screen - Windows Server | Microsoft Docs.Smart Resizing of Remote Desktop Windows | TestComplete Documentation

Can't maximize RDC session window to full-screen - Windows Server | Microsoft Docs.Smart Resizing of Remote Desktop Windows | TestComplete Documentation

Looking for:

How to resize window in remote desktop - how to resize window in remote desktop 

Click here to ENTER

















































Verify your account to enable IT peers to see that you are a professional. Dylan Dylan 1 1 silver badge 4 4 bronze badges. Thanks Joe. User can move inside remote view using scrollbars. Please update your post accordingly.      


Remote Desktop Resize Window Problems - Remote access issues - Tek-Tips.remote desktop - Windows RDP -- Possible to resize resolution on-the-fly? - Super User



 

Ask Question. Asked 12 years, 4 months ago. Modified 1 month ago. Viewed 69k times. I'm wondering if it's possible to resize the desktop on an RDP session on the fly I realize you can do it before you connect, but I'm looking to resize it on the fly similar to how vmware works.

VMWare does this exactly how I want with an option called "use host settings for monitors" As I scale the window, the desktop on the guest os scales, I'd like to do this on an RDP session?

Any ideas? Improve this question. Sorry, can't pick an answer yet. There must be some hack to allow this. I have created a wrapper around rdesktop which reconnects you with the new geometry whenever you resize the window. It is pretty much just a quick hack, but a really useful one. Restarting it seems like a pain, but I'm guessing it's the best possible solution for now. Being that something like vmware does it on the fly I would think with some sort of client software running on the remote might be able to aid the desktop size change without a restart.

I'll look into seeing if an autoit script or a autohotkey script could help do this on the fly. It is not a pain the way I implemented it. You provide your username and password on the command line. And whenever you resize the window, it will just restart the session and log you back in. It actually feels like resizing a vmware window. It becomes usable again in less than 2 seconds. Add a comment. Sorted by: Reset to default.

Highest score default Date modified newest first Date created oldest first. Smart sizing is now a full-blown feature of Remote desktop, but is "hidden" in the right click menu Source: my italian article here Google Translate Hope this help.

Improve this answer. Customer Portal. Devolutions Force. Password Hub Business. Password Hub Personal. RDM Online Services. By default the Microsoft Windows operating system includes the Remote Desktop component that allows you to connect to a remote computer and work with it as you work with your local computer.

Using this component you can run and monitor automated tests on remote computers: you can connect to a test computer using a Remote Desktop connection and use the Remote Desktop window to work with the remote computer on your PC. However, sometimes, you may need to follow test running, so you may need to control the remote desktop.

In this case, the screen resolution on the remote computer must be the same as on the master computer. Sometimes, it may be inconvenient. To work around this problem, you can specify the settings of the Remote Desktop connection, save them in an external. Below is a step-by-step instruction on how to do this. Open Remote Desktop Connection. Modified 4 years, 8 months ago. Viewed 37k times. Improve this question.

At Nel At Nel. I see there's a vote to move this to SU but I for one have wanted to do this many times when using RDP to connect to servers, so see it as equally applicable to this site. I have a solution for linux. I have created a wrapper around rdesktop which reconnects whenever you resize the window. It feels like resizing a vmware window. The Windows 10 client seems to be getting some support for this or maybe it has been there all along..

Maximizing a full-screen session on a different monitor changes the session's resolution. Add a comment. Sorted by: Reset to default. Highest score default Date modified newest first Date created oldest first. Not really "on the fly" though. Improve this answer. Ryan Fisher Ryan Fisher 2, 16 16 silver badges 13 13 bronze badges.

   

 

How to resize window in remote desktop - how to resize window in remote desktop -



   

Ask Question. Asked 12 years, 4 months ago. Modified 1 month ago. Viewed 69k times. I'm wondering if it's possible to resize the desktop on an RDP session on the fly I realize you can do it before you connect, but I'm looking to resize it on the fly similar to how vmware works. VMWare does this exactly how I want with an option called "use host settings for monitors" As I scale the window, the desktop on the guest os scales, I'd like to do this on an RDP session?

Any ideas? Improve this question. Sorry, can't pick an answer yet. There must be some hack to allow this. I have created a wrapper around rdesktop which reconnects you with the new geometry whenever you resize the window. It is pretty much just a quick hack, but a really useful one. Restarting it seems like a pain, but I'm guessing it's the best possible solution for now. Being that something like vmware does it on the fly I would think with some sort of client software running on the remote might be able to aid the desktop size change without a restart.

I'll look into seeing if an autoit script or a autohotkey script could help do this on the fly. It is not a pain the way I implemented it. You provide your username and password on the command line. And whenever you resize the window, it will just restart the session and log you back in. It actually feels like resizing a vmware window. It becomes usable again in less than 2 seconds. Add a comment.

Sorted by: Reset to default. Highest score default Date modified newest first Date created oldest first. Smart sizing is now a full-blown feature of Remote desktop, but is "hidden" in the right click menu Source: my italian article here Google Translate Hope this help.

Improve this answer. Of course this will all depend on the server remote session settings, etc. No idea if it will work in No, not until you close that particular remote desktop connection. I think that the reason for this is becasue some older applications retrieve the colordepth and resolution on start and crash when they change suddenly.

As you stated in your question, you can resize the window but you can't change the resolution "on the fly". Not a perfect solution you still have to reconnect but the Remote Desktop Connection Manager by MS makes it a lot easier.

It's not true that you have to sign out. If you are connecting to Windows 10 or Windows Server R2, the resolution automatically changes when you switch to fullscreen mode. And if you have on your PC two monitors with different resolutions, you can change the resolution of the RDP session by switching from one monitor to the other.

Unfortunately, I do not know how to change the resolution to other size Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Start collaborating and sharing organizational knowledge. Create a free Team Why Teams? Learn more. Can I resize the screen resolution of a remote desktop session? Original : control view area will not be adjusted keeping a direct correlation between the resolution of the remote-controlled monitor and the size of the controller view area.

User can move inside remote view using scrollbars. Scaled : control view area will be equally adjusted if the resolution of remote monitor is larger or smaller than the windows size. If there's already a line for "use multimon", change the value to 1. Note the user's RDP session will have to be logged off form the server for the change to take effect.

I have created the script as I mentioned earlier in the post. This is a pretty basic Powershell script to take ownership. For the script I created a Temp folder in the root of C: and then put the contents of the 7-zip file in that location. This zip contains the Set-Owner PowerShell function, as well as the 32 and bit rdp files in their respective folders.

For this script, it sets the local user "User" which is an administrtator as the owner and then gives that user permissions to the file to be able to make the copy. For my network I changed the User value to "mydomain. The link below contains the files necessary. Not as streamlined as I would have liked, but works fine for me. I may improve it in the future. Good luck everyone!

Can't use that option with Remote Desktop Session host server. I've tried span monitors:i:1 in the RDP settings on the server, but that didn't help either. This is a remote desktop session host, users run apps via a website over RDP. All the RDP settings for these apps are held within the sever.

This isn't a valid setting and won't let you save the modified RDP settings. So far the only fix has been to replace the files as per the earlier post. It appears that the KB released by Microsoft on resolves the distortion in remote app. We have tested it with the build of Windows 10 and it is working without having to do the RDP swap script.

Link to the update listed below.



Comments

Popular posts from this blog

Windows 7 professional .net framework 4.0 free.Download .NET Framework

- How to open zoom settings in laptop - how to open zoom settings in laptop

Zoom error code 1132 on windows 10