<?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: Dipping Duck</title>
	<atom:link href="http://www.unifieddiff.com/2009/05/12/dipping-duck/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unifieddiff.com/2009/05/12/dipping-duck/</link>
	<description>crazy hacks with a side of shouting</description>
	<lastBuildDate>Thu, 25 Aug 2011 01:29:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shadeclan</title>
		<link>http://www.unifieddiff.com/2009/05/12/dipping-duck/comment-page-1/#comment-2403</link>
		<dc:creator>Shadeclan</dc:creator>
		<pubDate>Wed, 20 Apr 2011 13:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.unifieddiff.com/?p=164#comment-2403</guid>
		<description>Oops!  Make sure you change the name of the screensaver in the registry file to whatever screensaver you prefer - chances are, you don&#039;t have Endless Screensaver installed on your PC.</description>
		<content:encoded><![CDATA[<p>Oops!  Make sure you change the name of the screensaver in the registry file to whatever screensaver you prefer &#8211; chances are, you don&#8217;t have Endless Screensaver installed on your PC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadeclan</title>
		<link>http://www.unifieddiff.com/2009/05/12/dipping-duck/comment-page-1/#comment-2402</link>
		<dc:creator>Shadeclan</dc:creator>
		<pubDate>Wed, 20 Apr 2011 13:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.unifieddiff.com/?p=164#comment-2402</guid>
		<description>I had the same problem except that, being slightly more paranoid than my Admins, I wanted the screensaver set to come on every 7 instead of every 10 minutes.  Our GP is refreshed at every boot, so I wrote a little batch job that uploads a registry file whenever I reboot.  Here are the registry settings I use:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
&quot;SCRNSAVE.EXE&quot;=&quot;C:\\WINDOWS\\ENDLES~1.SCR&quot;
&quot;ScreenSaveActive&quot;=&quot;1&quot;
&quot;ScreenSaveTimeOut&quot;=&quot;420&quot;
&quot;ScreenSaverIsSecure&quot;=&quot;1&quot;

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]
&quot;ScreenSaveActive&quot;=&quot;1&quot;
&quot;ScreenSaverIsSecure&quot;=&quot;1&quot;
&quot;ScreenSaveTimeOut&quot;=&quot;420&quot;

And the batch code (for those who don&#039;t dabble much in MS Batch):

@echo off
setlocal

@echo Changing Directory to regfile location.
cd /d &quot;[whatever directory path you have your registry settings file]&quot;

@echo Restoring Screen Saver settings to 7 min auto-on.
start regedit /s &quot;[Whatever you call your registry file].reg&quot;

endlocal
exit /b 0
exit


Enjoy!</description>
		<content:encoded><![CDATA[<p>I had the same problem except that, being slightly more paranoid than my Admins, I wanted the screensaver set to come on every 7 instead of every 10 minutes.  Our GP is refreshed at every boot, so I wrote a little batch job that uploads a registry file whenever I reboot.  Here are the registry settings I use:</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CURRENT_USER\Control Panel\Desktop]<br />
&#8220;SCRNSAVE.EXE&#8221;=&#8221;C:\\WINDOWS\\ENDLES~1.SCR&#8221;<br />
&#8220;ScreenSaveActive&#8221;=&#8221;1&#8243;<br />
&#8220;ScreenSaveTimeOut&#8221;=&#8221;420&#8243;<br />
&#8220;ScreenSaverIsSecure&#8221;=&#8221;1&#8243;</p>
<p>[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop]<br />
&#8220;ScreenSaveActive&#8221;=&#8221;1&#8243;<br />
&#8220;ScreenSaverIsSecure&#8221;=&#8221;1&#8243;<br />
&#8220;ScreenSaveTimeOut&#8221;=&#8221;420&#8243;</p>
<p>And the batch code (for those who don&#8217;t dabble much in MS Batch):</p>
<p>@echo off<br />
setlocal</p>
<p>@echo Changing Directory to regfile location.<br />
cd /d &#8220;[whatever directory path you have your registry settings file]&#8221;</p>
<p>@echo Restoring Screen Saver settings to 7 min auto-on.<br />
start regedit /s &#8220;[Whatever you call your registry file].reg&#8221;</p>
<p>endlocal<br />
exit /b 0<br />
exit</p>
<p>Enjoy!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

