catman915 Posted April 12, 2006 Posted April 12, 2006 Does anyone know where the screen resolution lives in the registry? I'd like to have the res come up at a higher value at startup after an unattended install. Thanks
Glen Posted April 13, 2006 Posted April 13, 2006 HKEY_CURRENT_CONFIG -> System -> CurrentControlSet -> Control -> Video.Now, there should be a random string of characters there which represents the model of the video card in your system (for example, mine is {23A77BF7-ED96-40EC-AF06-9B1F48677 32A}). Open whichever one is there and click on "0000".You can then change the values for DefaultSettings.XResolution and DefaultSettings.YResolution.
redfive19 Posted April 13, 2006 Posted April 13, 2006 if you're doing an unattended install, why not set it in the answer file?
catman915 Posted April 15, 2006 Author Posted April 15, 2006 Actually that's what I was looking for. Where might I find the settings for that? Thanks
MAVERICKS CHOICE Posted April 15, 2006 Posted April 15, 2006 This doesn't really have anything to do with applications does it? should post in unattended next time.CheersMC.
Murman Posted April 16, 2006 Posted April 16, 2006 Actually that's what I was looking for. Where might I find the settings for that? ThanksTry this[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=70Change the settings to what you want
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now