Stefan Wagner 0 Posted October 8, 2021 Share Posted October 8, 2021 (edited) We got approx. 100 Tablets that need to have the resolution set to 1280x800 pixels. I created a client task that downloads the tool qres.exe into a local directory and executes the tool with the needed parameters: C:\temp\QRes.exe /x:1280 /y:960 /c:32 But what can be excuted as a local user won't work using the local system account (that eset uses) - for whatever reason. Here's the error message: Error: The graphics mode is not supported! It even echos this message if i try to reset the resolution using the script to the current display resolution (1024x768): Quote QRes v1.1 Copyright (C) Anders Kjersem. 1024x768, 32 bits @ 60 Hz. Anyone got a clue here? Edited October 8, 2021 by Stefan Wagner style Link to comment Share on other sites More sharing options...
Administrators Marcos 5,406 Posted October 8, 2021 Administrators Share Posted October 8, 2021 The Run command task is run in the local system account. Running it through psexec, ie. "psexec -i -s QRes.exe /x:1280 /y:960 /c:32" should produce the same error. Link to comment Share on other sites More sharing options...
Stefan Wagner 0 Posted October 13, 2021 Author Share Posted October 13, 2021 Correct, this didn't work. So, do we really have to fummble by hand with each single pad to set the desired resolution? Link to comment Share on other sites More sharing options...
Administrators Marcos 5,406 Posted October 13, 2021 Administrators Share Posted October 13, 2021 2 minutes ago, Stefan Wagner said: Correct, this didn't work. So, do we really have to fummble by hand with each single pad to set the desired resolution? That's beyond our support. If it doesn't work if you run the tool via ps -s, then we can't help since Qres is not our tool. However, maybe other users have experience how to set up screen resolution for users remotely. Link to comment Share on other sites More sharing options...
Recommended Posts