<?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 for Unified Diff</title>
	<atom:link href="http://www.unifieddiff.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unifieddiff.com</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>Comment on Remotely Set a User&#8217;s Desktop Wallpaper by Bob</title>
		<link>http://www.unifieddiff.com/2010/12/15/remotely-set-a-users-desktop-wallpaper/comment-page-1/#comment-2410</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 25 Aug 2011 01:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.unifieddiff.com/?p=377#comment-2410</guid>
		<description>psexec would work for remotely executing chwp but not for actually changing the wallpaper. You need to be executing as the console user for the API call to work.

Also, with psexec, you&#039;d need to install the service on the remote machine. I chose WMI because it didn&#039;t require any additional software.</description>
		<content:encoded><![CDATA[<p>psexec would work for remotely executing chwp but not for actually changing the wallpaper. You need to be executing as the console user for the API call to work.</p>
<p>Also, with psexec, you&#8217;d need to install the service on the remote machine. I chose WMI because it didn&#8217;t require any additional software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remotely Set a User&#8217;s Desktop Wallpaper by WL</title>
		<link>http://www.unifieddiff.com/2010/12/15/remotely-set-a-users-desktop-wallpaper/comment-page-1/#comment-2409</link>
		<dc:creator>WL</dc:creator>
		<pubDate>Thu, 25 Aug 2011 01:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.unifieddiff.com/?p=377#comment-2409</guid>
		<description>Couldn&#039;t you have just run psexec from sysinternals?</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t you have just run psexec from sysinternals?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dipping Duck 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>Comment on Dipping Duck 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>
	<item>
		<title>Comment on Block Windows Shut Down by Bob</title>
		<link>http://www.unifieddiff.com/2010/01/28/block-windows-shut-down/comment-page-1/#comment-629</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 09 Dec 2010 18:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.unifieddiff.com/?p=252#comment-629</guid>
		<description>Normally that would work fine, but my work computer is part of my company&#039;s Active Directory domain. The admins have a group policy that forces Windows Update to reboot after install.</description>
		<content:encoded><![CDATA[<p>Normally that would work fine, but my work computer is part of my company&#8217;s Active Directory domain. The admins have a group policy that forces Windows Update to reboot after install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Block Windows Shut Down by Johan</title>
		<link>http://www.unifieddiff.com/2010/01/28/block-windows-shut-down/comment-page-1/#comment-628</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Thu, 09 Dec 2010 08:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.unifieddiff.com/?p=252#comment-628</guid>
		<description>Hello there,

strange stuff youre into. You say &quot;I’m sort of amazed this actually worked.&quot;, but I say &quot;It&#039;s Windows, anything strange can lurk down there in the dark&quot;. 

Anyway: I just go to Control Panel --&gt; Windows Update to &quot;Choose how Windows can install updates&quot; and forbid it to reboot the computer without asking me first. I assume there&#039;s a reason you didn&#039;t go for that solution.</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>strange stuff youre into. You say &#8220;I’m sort of amazed this actually worked.&#8221;, but I say &#8220;It&#8217;s Windows, anything strange can lurk down there in the dark&#8221;. </p>
<p>Anyway: I just go to Control Panel &#8211;&gt; Windows Update to &#8220;Choose how Windows can install updates&#8221; and forbid it to reboot the computer without asking me first. I assume there&#8217;s a reason you didn&#8217;t go for that solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FUSE Extension for PHP by david</title>
		<link>http://www.unifieddiff.com/2008/12/15/fuse-extension-for-php/comment-page-1/#comment-600</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 09 Jun 2010 08:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.unifieddiff.com/?p=122#comment-600</guid>
		<description>have you got an idea when you implement the write feature ?</description>
		<content:encoded><![CDATA[<p>have you got an idea when you implement the write feature ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista: Defective By Design by Samuel Haddad</title>
		<link>http://www.unifieddiff.com/2008/04/27/vista-defective-by-design/comment-page-1/#comment-447</link>
		<dc:creator>Samuel Haddad</dc:creator>
		<pubDate>Sun, 23 Nov 2008 00:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertjcarroll.com/?p=28#comment-447</guid>
		<description>WOW, that is a truly Epic windows hack. Good to know!</description>
		<content:encoded><![CDATA[<p>WOW, that is a truly Epic windows hack. Good to know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Vista Beta 2 in VMware by Dan Buhler</title>
		<link>http://www.unifieddiff.com/2006/06/20/vista-beta2-vmware/comment-page-1/#comment-394</link>
		<dc:creator>Dan Buhler</dc:creator>
		<pubDate>Wed, 16 Jan 2008 17:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertjcarroll.com/2006/06/20/vista-beta2-vmware/#comment-394</guid>
		<description>Thanks Manic!

Problem solved. You&#039;re a genius. :)</description>
		<content:encoded><![CDATA[<p>Thanks Manic!</p>
<p>Problem solved. You&#8217;re a genius. <img src='http://www.unifieddiff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Vista Beta 2 in VMware by Manic</title>
		<link>http://www.unifieddiff.com/2006/06/20/vista-beta2-vmware/comment-page-1/#comment-99</link>
		<dc:creator>Manic</dc:creator>
		<pubDate>Thu, 01 Feb 2007 12:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertjcarroll.com/2006/06/20/vista-beta2-vmware/#comment-99</guid>
		<description>One way of installing this is by creating an ISO image and loading it using Daemon Tools. Then point the drive in VMWare to the Daemon tools drive and load from that. Good luck!</description>
		<content:encoded><![CDATA[<p>One way of installing this is by creating an ISO image and loading it using Daemon Tools. Then point the drive in VMWare to the Daemon tools drive and load from that. Good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

