Hi,
If I had a program that changes the display resolution at startup using LOCAL_MACHINE\Software\Microsoft\Windows\Run, will the program run before the user logs in and will the change of res work before the login?
THomas
No, it will only run when the user logs in, not before. That area is still kind of user specific, it is just aimed at *all* users (IOW it isn't a machine specific area, not like the HKLM/System/CurrentControlSet001 for instance).
Might need to look into windows services/video drivers to do that before a user logs in. Perhaps.
Hi Thomas,
Exactly, what are you trying to do?
Thomas seems want to change the windows resolution.
As I think about it, I can see where this would be VERY useful if there are several users on the system and they each have there own preferences when it comes to video resolution. I wonder if there is a way to do this?
Paul
Hi,
There must be SOME regkey value for startup programs, that are used b4 login. Can some one list the ways in which progs can be run at startup. I suppose one way would be to rename an essential system file. MAke into and EXe that changes the RES and then loads the original EXE :bdg :bdg
Thomas