Jump to content

Unattend XP with Dual Monitors


Recommended Posts

Posted

Hi,

We are trying to do an Unattend file to set the display settings to extend across 2 monitors as per below:

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

Vrefresh=70

Is there a way to set both monitors at the same resolution and to extend using the unattended file without doing registry changes which can be quite messy?

Thanks so much


Posted

In my experience, you are going to need to know the exact hardware ID of each monitor, including the GUID and enumerated ID that Windows assigns to the device. I tried to do this for a client, and it ended up being impossible to use in a solution meant for multiple different configs. I was able to do it for ONE computer, but it did not work on another because all the values were then different.

Perhaps there is another way to do it, if so, I'd like to know as well.

Also I cannot divulge any of the steps or info I accumulated during my attempt to make that work, as all of my notes were retained by the client.

Posted

The sysprep.inf file (or unattend.txt, depending on how you launch setup) doesn't have the ability to extend monitors (it can only set refresh rate and display). And as Trip has previously mentioned, most video drivers store their display information in the registry, but it's machine-specific blob that depends on the video card and the monitor and their hardware ID's, and if Windows doesn't detect the exact same setup on the sysprep'ed destination, the settings will not work.

This is the sort of thing you might be able to script post-setup, perhaps, but doing it in the sysprep itself is nigh impossible.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...