Screen resolution changer
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
AngelD
16 years ago
Posted by:
aogilmor
16 years ago
Posted by:
Francoisracine
16 years ago
This is not the goal. Sometimes, we need to deploy software and to works that software will need a minimal screen resolution.
As an example, think to Creative Suite CS3. If your screen resolution is not at least 1024X768 then the installation will fail. So in my script, I look to the screen resolution and if I don't have the minimum, I need to adjust it to be sure my user will receive the software.
Actually our script is done but we still have the screen resolution problem. If the user is logout or if the session is lock then I cannot adjust the resolution.
So it is a scripting problem and no I am not a freak but just someone who need to deliver what a customer want.
As an example, think to Creative Suite CS3. If your screen resolution is not at least 1024X768 then the installation will fail. So in my script, I look to the screen resolution and if I don't have the minimum, I need to adjust it to be sure my user will receive the software.
Actually our script is done but we still have the screen resolution problem. If the user is logout or if the session is lock then I cannot adjust the resolution.
So it is a scripting problem and no I am not a freak but just someone who need to deliver what a customer want.
Posted by:
aogilmor
16 years ago
ORIGINAL: Francoisracine
So it is a scripting problem and no I am not a freak but just someone who need to deliver what a customer want.
Hey I was just joking. I know there are some apps that need a certain resolution. Can it possibly be done by scripting? Sure...would I ever do it that way? No. Users don't like it. And probably not worth the headache to develop a script (which may not work anyway, as you are finding out the hard way. Most of the time users already have the res they need to run their apps. in the few cases where they don't there's probably a better way than scripting, yup, even manually. (I wonder if AD can do this?...)
OG
Posted by:
Francoisracine
16 years ago
There is no way directly from registry or vbscript to change the resolution. Possibly with VB but I am not a wiz. So I am looking finding a tool. When I reinstall a computer at night, it is not possible to guaranty the screen resolution will be ok. On those situations, I am trying to correct the problem to the minimal need resolution.
Posted by:
aogilmor
16 years ago
Posted by:
oliphanj
16 years ago
Posted by:
Francoisracine
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.