02-08-22 07:42 AM
05-08-22 08:46 AM
12-12-22 04:32 AM
12-12-22 06:25 AM
25-04-23 01:23 PM
Hi Yogesh, I am also facing similar issue could you please let us know the solution for overcome the resolution issue in the VM
25-04-23 01:37 PM
Hello balramsingh
As mentioned above the first thing is to check
1) whether bot able to access powershellwith the existing account
2) by using utility environment vbo( get the latest vbo from digital exchange)
https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---environment
3) create a test proces
A) add the action to get resolution( just change the resolution manually on the vm )
B) if the resolution is not what it supposed to be then use set resolution action for the same vbo.
C)check the resolution again by using get resolution action
Test this process running from control room.
If you satisfied the result implement these on the desired process or create a separate process and run frequently based on organization GPO .
------------------------------
-----------------------
If I answered your query. Please mark it as the "Best Answer"
Harish M
Lead developer
America/New_York TX
------------------------------
25-04-23 01:42 PM
In addition to that as mentioned in the early response you can use windows task manager or create a batch file and keep it on start up folder.
25-04-23 01:59 PM
Hi Harish, Thks for the response, resolution cant be modified in the VM manually also tried the utility which is not working already tried as the powershell script execution is prohibited in the org
25-04-23 02:10 PM
There is a code in C# that changes the size of the screen and you can add it to your robot's flow, this code was developed by a dev here in the community, I can share it with you;
25-04-23 02:24 PM
Hi balaramsingh
As other member mentioned you can try c# also able to do in python or vb.net
I doubt even trying to change the settings through programmatically will not work.
You might need to check with the infrastructure team whether they are able to update the settings for the vms.
25-04-23 03:15 PM
Thks Jose, I already tried the coding didnt help as the issue still persist.