gregorsamsa11 Posted March 25, 2009 Posted March 25, 2009 My WinPE 2.0 image seems to default to an 800x600 display resolution. I read that it should default to the highest supported resolution, so I assumed that I needed to add a graphics driver for my hardware. I did that, but it still defaults to 800x600. Is there any way to attempt to force a new resolution from the command line?
Tripredacus Posted March 25, 2009 Posted March 25, 2009 Have you tried a different display? I get different resolutions on different monitors, including different LCD displays. I've never had to install a video driver.Also, Geezery uses the following VBScript to set the screen resolution, however it runs after wpeinit, so I am not sure if it actuall will resize the actual screen, or the HTA that contains the script. On the current version, this info is on line 63-77. This also requires you to include the Scripting and WMI packages into your PE if you haven't already.
IcemanND Posted March 26, 2009 Posted March 26, 2009 Um, Trip....What script????Anyway, I use an AutoIt script using the functions here: http://www.autoitscript.com/forum/index.ph...changescreenres
allanf Posted March 26, 2009 Posted March 26, 2009 (edited) The current version 'HTA Interface for Windows deployment' from:http://geezery.pp.fi/redistributes setres.exe (Copyright © 2001 Ladislav Sedivy) which can be downloaded from:http://sedivy.com/utils/RegardsEDIT: I don't use it. Read the disclaimer on the link. Edited March 26, 2009 by allanf
Tripredacus Posted March 26, 2009 Posted March 26, 2009 Um, Trip....What script????Anyway, I use an AutoIt script using the functions here: http://www.autoitscript.com/forum/index.ph...changescreenresFrom the imagex.hta file. I didn't know if I was allowed to post the code snippet, so I just referenced the line numbers.
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