<?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: Fun with PInvoke and Aero Peek</title>
	<atom:link href="http://huddledmasses.org/fun-with-pinvoke-and-aero-peek/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/fun-with-pinvoke-and-aero-peek/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Fri, 27 Apr 2012 12:40:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mike</title>
		<link>http://huddledmasses.org/fun-with-pinvoke-and-aero-peek/comment-page-1/#comment-212900</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=1247#comment-212900</guid>
		<description>Thanks, it works now.  By &quot;broke Aero Peek,&quot; I just meant that nothing would disappear except for the inside of a few widgets  (basically, the exact opposite of what I wanted).  Now it works just fine, but doesn&#039;t seem to work with Google Desktop.  I appreciate your comment.</description>
		<content:encoded><![CDATA[<p>Thanks, it works now.  By &#8220;broke Aero Peek,&#8221; I just meant that nothing would disappear except for the inside of a few widgets  (basically, the exact opposite of what I wanted).  Now it works just fine, but doesn&#8217;t seem to work with Google Desktop.  I appreciate your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel 'Jaykul' Bennett</title>
		<link>http://huddledmasses.org/fun-with-pinvoke-and-aero-peek/comment-page-1/#comment-212897</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Fri, 18 Sep 2009 04:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=1247#comment-212897</guid>
		<description>Ok, the simple answer is, when you see a function { ... } in PowerShell, and you paste it into a script, you have to invoke the script by &quot;dot sourcing&quot; it if you want the function to stay defined after the script exits.  Basically that just means you have to write a dot (a period) followed by a space, and the (path and) name of the script:

&lt;code lang=&quot;posh&quot;&gt;. .\scripts\AeroPeekStuff.ps1&lt;/code&gt;

Not sure what you mean that &quot;it just broke&quot; Aero Peek, so I&#039;m just going to not answer that :)</description>
		<content:encoded><![CDATA[<p>Ok, the simple answer is, when you see a function { ... } in PowerShell, and you paste it into a script, you have to invoke the script by &#8220;dot sourcing&#8221; it if you want the function to stay defined after the script exits.  Basically that just means you have to write a dot (a period) followed by a space, and the (path and) name of the script:</p>
<div class="posh code posh" style="font-family:monospace;">. .\scripts\AeroPeekStuff.<span style="color: #003366;">ps1</span></div>
<p>Not sure what you mean that &#8220;it just broke&#8221; Aero Peek, so I&#8217;m just going to not answer that  <img src='http://huddledmasses.org/wordpress/wp-includes/' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://huddledmasses.org/fun-with-pinvoke-and-aero-peek/comment-page-1/#comment-212891</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 17 Sep 2009 04:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=1247#comment-212891</guid>
		<description>I&#039;ve been looking for a good way to do this, but I&#039;ve never used PowerShell before.  I&#039;ve set it so I can run scripts, but running this script doesn&#039;t create the function so I can use it.  I&#039;ve tried modifying the part of the script that names processes, but that didn&#039;t help me either.  Then I tried just pasting the whole script into PowerShell.  That did seem to work because it made it so I could use it as a function, but it just broke Aero Peek. Is there a proper way to use this?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking for a good way to do this, but I&#8217;ve never used PowerShell before.  I&#8217;ve set it so I can run scripts, but running this script doesn&#8217;t create the function so I can use it.  I&#8217;ve tried modifying the part of the script that names processes, but that didn&#8217;t help me either.  Then I tried just pasting the whole script into PowerShell.  That did seem to work because it made it so I could use it as a function, but it just broke Aero Peek. Is there a proper way to use this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Girish</title>
		<link>http://huddledmasses.org/fun-with-pinvoke-and-aero-peek/comment-page-1/#comment-212596</link>
		<dc:creator>Shane Girish</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=1247#comment-212596</guid>
		<description>This was what I was searching for. ( A C# code to disable aero peek for Rainlender.)
Thank you very much mate...</description>
		<content:encoded><![CDATA[<p>This was what I was searching for. ( A C# code to disable aero peek for Rainlender.)<br />
Thank you very much mate&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl prosser</title>
		<link>http://huddledmasses.org/fun-with-pinvoke-and-aero-peek/comment-page-1/#comment-212589</link>
		<dc:creator>karl prosser</dc:creator>
		<pubDate>Mon, 24 Aug 2009 16:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://huddledmasses.org/?p=1247#comment-212589</guid>
		<description>sweet, all sort of goodies could come from this one</description>
		<content:encoded><![CDATA[<p>sweet, all sort of goodies could come from this one</p>
]]></content:encoded>
	</item>
</channel>
</rss>

