Hi @BinLIN12 ,
Please try these:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Configuration\XXXXXX\XX\XX
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
we are using Azure VM with Windows to run our E2E UI tests.
The problem is: if we are not connected to the machine with RDP the tests always failed, because the screen of the application (exe) is not matching the resolution of Azure VM.
The VM screen resolution is 1024 x 768, we need to adjust it.. can this be done?
You can handle this by modifying the registry. Update XResolution and YResolution in the hexadecimal units.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Video\GUID\0000\DefaultSettings.XResolution
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Video\GUID\0000\DefaultSettings.YResolution
Note: GUID will be some randomly generated GUID.
Hope this helps
I have the following:
What can I change here?