<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Automatically Setting Display Resolution</title>
	<atom:link href="http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 13:30:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: pasi kuikka</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-264</link>
		<dc:creator>pasi kuikka</dc:creator>
		<pubDate>Mon, 26 Jul 2010 13:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-264</guid>
		<description>I just figured out that the easiest way to set correct resolution is just modify file: deploymentshare\control\unattend.xml.

Find display settings in Microsoft-Windows-Shell-Setup section and delete all those lines between starting tag &quot;&quot; and  ending tag &quot;&quot;

There is some hard coded resolution 1024 x 768...

After this the recommended resolution is picked up automatically.</description>
		<content:encoded><![CDATA[<p>I just figured out that the easiest way to set correct resolution is just modify file: deploymentshare\control\unattend.xml.</p>
<p>Find display settings in Microsoft-Windows-Shell-Setup section and delete all those lines between starting tag &#8220;&#8221; and  ending tag &#8220;&#8221;</p>
<p>There is some hard coded resolution 1024 x 768&#8230;</p>
<p>After this the recommended resolution is picked up automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pasi kuikka</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-263</link>
		<dc:creator>pasi kuikka</dc:creator>
		<pubDate>Mon, 19 Jul 2010 11:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-263</guid>
		<description>As addition to my previous comment:
Seems like this webpage doesn&#039;t like less-than and greater-than symbols, which should be in IF statement providing &quot;if not&quot; operation between oDesktopMonitor.PNPDeviceId and &quot;&quot;</description>
		<content:encoded><![CDATA[<p>As addition to my previous comment:<br />
Seems like this webpage doesn&#8217;t like less-than and greater-than symbols, which should be in IF statement providing &#8220;if not&#8221; operation between oDesktopMonitor.PNPDeviceId and &#8220;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pasi kuikka</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-262</link>
		<dc:creator>pasi kuikka</dc:creator>
		<pubDate>Mon, 19 Jul 2010 10:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-262</guid>
		<description>Hi, and thanks for this great script. I had to change it little to get it work.

original:
For Each oDesktopMonitor in colDesktopMonitors
	PNPDeviceId = oDesktopMonitor.PNPDeviceId
	WScript.Echo PNPDeviceID
	Exit For
Next

modified:
For Each oDesktopMonitor in colDesktopMonitors
   If (oDesktopMonitor.PNPDeviceId  &quot;&quot;) Then
	PNPDeviceId = oDesktopMonitor.PNPDeviceId
	WScript.Echo PNPDeviceID
   End If
Next

That was because one model reported &#039;null&#039; for first display. The error was:
ResSwitch.vbs(18, 2) Microsoft VBScript runtime error: Type mismatch

PS. Also, the 1365VidChng.exe command in the end should be with @ mark in it, like 1280x800x32@60

PPS. Sorry for my horrible English ;)</description>
		<content:encoded><![CDATA[<p>Hi, and thanks for this great script. I had to change it little to get it work.</p>
<p>original:<br />
For Each oDesktopMonitor in colDesktopMonitors<br />
	PNPDeviceId = oDesktopMonitor.PNPDeviceId<br />
	WScript.Echo PNPDeviceID<br />
	Exit For<br />
Next</p>
<p>modified:<br />
For Each oDesktopMonitor in colDesktopMonitors<br />
   If (oDesktopMonitor.PNPDeviceId  &#8220;&#8221;) Then<br />
	PNPDeviceId = oDesktopMonitor.PNPDeviceId<br />
	WScript.Echo PNPDeviceID<br />
   End If<br />
Next</p>
<p>That was because one model reported &#8216;null&#8217; for first display. The error was:<br />
ResSwitch.vbs(18, 2) Microsoft VBScript runtime error: Type mismatch</p>
<p>PS. Also, the 1365VidChng.exe command in the end should be with @ mark in it, like 1280x800x32@60</p>
<p>PPS. Sorry for my horrible English <img src='http://systemcenterideas.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iliana Janisch</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-260</link>
		<dc:creator>Iliana Janisch</dc:creator>
		<pubDate>Tue, 06 Jul 2010 01:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-260</guid>
		<description>My personal adhere to the website regarding pretty the along with may inform that the posts always prove to of unparalleled combination and also very good quality regarding audience.</description>
		<content:encoded><![CDATA[<p>My personal adhere to the website regarding pretty the along with may inform that the posts always prove to of unparalleled combination and also very good quality regarding audience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-259</link>
		<dc:creator>Rasmus</dc:creator>
		<pubDate>Thu, 01 Jul 2010 11:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-259</guid>
		<description>Having issues getting it working on windows 7 64bit aswell. 
I&#039;m getting this error:
ResSwitch.vbs(18, 2) Microsoft VBScript runtime error: Type mismatch
Any suggestions?</description>
		<content:encoded><![CDATA[<p>Having issues getting it working on windows 7 64bit aswell.<br />
I&#8217;m getting this error:<br />
ResSwitch.vbs(18, 2) Microsoft VBScript runtime error: Type mismatch<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automatically set display resolution - Brandon Linton @ myITforum</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-258</link>
		<dc:creator>Automatically set display resolution - Brandon Linton @ myITforum</dc:creator>
		<pubDate>Wed, 30 Jun 2010 01:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-258</guid>
		<description>[...] an easy way to set the display resolution on multiple machines and i happened to come across this Post from http://systemcenterideas.com/ which was just what i was looking for.&#160; Chad put together a [...]</description>
		<content:encoded><![CDATA[<p>[...] an easy way to set the display resolution on multiple machines and i happened to come across this Post from <a href="http://systemcenterideas.com/" rel="nofollow">http://systemcenterideas.com/</a> which was just what i was looking for.&#160; Chad put together a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-257</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 23 Jun 2010 13:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-257</guid>
		<description>Got It.... Nice!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! works great!!!!!</description>
		<content:encoded><![CDATA[<p>Got It&#8230;. Nice!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! works great!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-256</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 23 Jun 2010 13:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-256</guid>
		<description>Not Working on Windows 7...</description>
		<content:encoded><![CDATA[<p>Not Working on Windows 7&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ward</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-251</link>
		<dc:creator>Ward</dc:creator>
		<pubDate>Fri, 19 Mar 2010 12:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-251</guid>
		<description>[SEC3846]
;HP Elitebook 8530w
WIDTH=1680
HEIGHT=1050</description>
		<content:encoded><![CDATA[<p>[SEC3846]<br />
;HP Elitebook 8530w<br />
WIDTH=1680<br />
HEIGHT=1050</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Ingles</title>
		<link>http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/comment-page-1/#comment-250</link>
		<dc:creator>Chad Ingles</dc:creator>
		<pubDate>Thu, 18 Feb 2010 23:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://systemcenterideas.com/2009/10/automatically-setting-display-resolution/#comment-250</guid>
		<description>Somewhere after the target OS is installed, typically around the Install Applications step in the Standard Client Task Sequence.</description>
		<content:encoded><![CDATA[<p>Somewhere after the target OS is installed, typically around the Install Applications step in the Standard Client Task Sequence.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->