clivebuckwheat Posted July 2, 2010 Author Posted July 2, 2010 Clive, this has been discussed before. Don't forget that you can try a search before posting a question just in case; we've got 9 years of history to search through .Thanks Cluberti, that is almost what I need but I'd like to set it to "Work" not public.
cluberti Posted July 2, 2010 Posted July 2, 2010 Correct - there are hints in there on how to do it. You can set it in the registry or in group policy/local policy as well.
myselfidem Posted July 2, 2010 Posted July 2, 2010 This seems to work. But not with the spaces, with the spaces it does nothing. Once the spaces are removed all keyboard languages are installed. <InputLocale>0409:00000409; 1009:00001009; 0c0c:00000c0c</InputLocale>I'm happy that woks fine for you (without spaces)! <InputLocale>0409:00000409;1009:00001009;0c0c:00000c0c</InputLocale>
clivebuckwheat Posted July 2, 2010 Author Posted July 2, 2010 Is there a way to force the optimal screen resolution with sysprep, no matter what hardware the image goes on?
cluberti Posted July 2, 2010 Posted July 2, 2010 No, that's up to what the video driver does on first load (Nvidia and AMD video drivers do this, but the later versions of Intel's graphic drivers do not, for instance). You can set a resolution in your unattend.xml, but it's not a guarantee a system will use that resolution, because again, the display size is initially controlled by the display driver itself - it will try to set that resolution, but if it fails, the display driver gets to choose.
clivebuckwheat Posted July 2, 2010 Author Posted July 2, 2010 Thanks man. Would you know of a script to determined the optimal resolution and set it then?
cluberti Posted July 2, 2010 Posted July 2, 2010 I know of ways for script to detect the *current* resolution, but getting access to a monitor's optimal resolution (as well as what the video card can actually do) is probably not going to be something you can get at from script. I'm guessing that would require some actual code - I'll look it up, but don't hold your breath.For what it's worth, here's the javascript: <script language ="javascript"> var ScreenWidth = window.screen.width var ScreenHeight = window.screen.height var ScreenColorDepth = window.screen.colorDepth javascript:alert("Screen Width: " + ScreenWidth + "\nScreen Height: " + ScreenHeight + "\nColor Depth: " + ScreenColorDepth); </script>There's always the video change utility we have here on MSFN in the XP unattended area that can SET resolution and display them all (though not both at the same time).
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now