April 12, 200620 yr 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
April 13, 200620 yr 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.
April 15, 200620 yr Author Actually that's what I was looking for. Where might I find the settings for that? Thanks
April 15, 200620 yr This doesn't really have anything to do with applications does it? should post in unattended next time.CheersMC.
April 16, 200620 yr 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
Create an account or sign in to comment