<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>databasically // Kansas City Small Business IT &#38;&#38; Ruby on Rails Programming &#187; Group Policy</title>
	<atom:link href="http://databasically.com/category/blog/sysadmin/group-policy/feed/" rel="self" type="application/rss+xml" />
	<link>http://databasically.com</link>
	<description>Kansas City Small Business IT</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:35:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Group Policy for Windows XP Visual Effects</title>
		<link>http://databasically.com/2008/11/02/group-policy-for-windows-xp-visual-effects/</link>
		<comments>http://databasically.com/2008/11/02/group-policy-for-windows-xp-visual-effects/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 21:49:19 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://www.databasically.com/?p=25</guid>
		<description><![CDATA[I wanted to alter the setting in this GUI box with a Group Policy, so all users in the domain would have this setting applied automatically:
Start -&#62; Settings -&#62; Control Panel -&#62; System -&#62; Tab “Advanced” and then “Settings” in the “Performance” box -&#62; Adjust for Best Performance
I dug around and discovered that those options [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to alter the setting in this GUI box with a Group Policy, so all users in the domain would have this setting applied automatically:</p>
<p><strong>Start -&gt; Settings -&gt; Control Panel -&gt; System -&gt; Tab “Advanced” and then “Settings” in the “Performance” box -&gt; Adjust for Best Performance</strong></p>
<p>I dug around and discovered that those options are stored in the registry key <strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\VisualEffects\VisualFXSetting</strong> &#8211; where 0 is &#8220;let Windows choose&#8221;, &#8220;2&#8243; is “adjust to best performance&#8221; and &#8220;3&#8243; is &#8220;adjust to best appearance&#8221;.</p>
<p>I adjusted this registry key with Group Policy.  The registry gets changed and the GUI recognizes that, but it doesn&#8217;t actually change the appearance!</p>
<p>Turns out that there&#8217;s <a href="http://groups.google.com/group/microsoft.public.windowsxp.general/browse_thread/thread/9b78f3c86fed6311/d34da0876e2878e4?lnk=st&amp;q=VisualFXSetting+Group+Policy&amp;rnum=6" target="_blank">an API call that must occur to change the visual settings</a>, which has to be done via a program that doesn&#8217;t exist.  Guess I&#8217;ve got a reason to learn C# now.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2008/11/02/group-policy-for-windows-xp-visual-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
