17-05-21 01:33 PM
17-05-21 02:50 PM
18-05-21 07:04 AM
18-05-21 07:47 AM
18-05-21 01:39 PM
18-05-21 01:52 PM
18-05-21 01:53 PM
Hi Laila,
The issue you are experiencing is because of the Screen Resolution changes when you close the Remote Desktop Session.
It is a bit difficult to explain but you have to imagine your virtual machine (Remote Desktop) has two states.
This can be resolved by changing the Default Screen Resolution of the machine.
You may need Administrator Rigths to the machine in order to change it.
https://www.tenforums.com/graphic-cards/10681-tutorial-how-change-windows-10-default-resolution.html
Take a look at this site.
19-05-21 02:23 PM
20-05-21 08:50 AM
20-05-21 08:58 AM
Could you try determine what is the Screen resolution of the machine when you are signed into the virtual machine using RDP.
and also check what it is when it is running as unattended.
As other point out it is very important you signout of the VM, and use the Login Agent to sign into the VM.
Could also be after you changed the Regedit settings you have to restart the VM for it to take effect.
You can create a Process which output the results of the following VBO Utility - Environment - Get Screen Resolution
or call this type of:
code dim S As Size = Screen.PrimaryScreen.Bounds.Size
Horizontal_Resolution = S.Width
Vertical_Resolution = S.Height