<?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: Get Process User Name</title>
	<atom:link href="http://benreichelt.net/blog/2006/01/31/get-process-user-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://benreichelt.net/blog/2006/01/31/get-process-user-name/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Aug 2009 22:20:45 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin</title>
		<link>http://benreichelt.net/blog/2006/01/31/get-process-user-name/comment-page-1/#comment-1140</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 04 Mar 2009 06:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2006/01/31/get-process-user-name/#comment-1140</guid>
		<description>Here&#039;s another way, also WMI:

GetOwner Method of the Win32_Process Class:

http://msdn.microsoft.com/en-us/library/aa390460(VS.85).aspx</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another way, also WMI:</p>
<p>GetOwner Method of the Win32_Process Class:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/aa390460(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa390460(VS.85).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://benreichelt.net/blog/2006/01/31/get-process-user-name/comment-page-1/#comment-1107</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 19 Jul 2008 01:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2006/01/31/get-process-user-name/#comment-1107</guid>
		<description>thank you i don&#039;t know why i didn&#039;t think of this before. ^_^
And yes you have to add a reference for System.Management namespace.
and yes that is a wmi query. Thanks again to the author!

btw... You really have to go out of your way to turn off wmi... And this will also work remotely for those of you who didn&#039;t know.</description>
		<content:encoded><![CDATA[<p>thank you i don&#8217;t know why i didn&#8217;t think of this before. ^_^<br />
And yes you have to add a reference for System.Management namespace.<br />
and yes that is a wmi query. Thanks again to the author!</p>
<p>btw&#8230; You really have to go out of your way to turn off wmi&#8230; And this will also work remotely for those of you who didn&#8217;t know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitri</title>
		<link>http://benreichelt.net/blog/2006/01/31/get-process-user-name/comment-page-1/#comment-1081</link>
		<dc:creator>Dimitri</dc:creator>
		<pubDate>Fri, 28 Mar 2008 10:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2006/01/31/get-process-user-name/#comment-1081</guid>
		<description>Thank You!</description>
		<content:encoded><![CDATA[<p>Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Payal Bansal</title>
		<link>http://benreichelt.net/blog/2006/01/31/get-process-user-name/comment-page-1/#comment-1069</link>
		<dc:creator>Payal Bansal</dc:creator>
		<pubDate>Thu, 14 Feb 2008 09:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2006/01/31/get-process-user-name/#comment-1069</guid>
		<description>nice article ...really helped me to solve my problem....thanks</description>
		<content:encoded><![CDATA[<p>nice article &#8230;really helped me to solve my problem&#8230;.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Looping until a user presses a key? - Page 2 - CodeCall Programming Forum</title>
		<link>http://benreichelt.net/blog/2006/01/31/get-process-user-name/comment-page-1/#comment-1065</link>
		<dc:creator>Looping until a user presses a key? - Page 2 - CodeCall Programming Forum</dc:creator>
		<pubDate>Thu, 24 Jan 2008 03:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2006/01/31/get-process-user-name/#comment-1065</guid>
		<description>[...] other handles.  I found an article on how to do #3, but I don&#039;t understand it; maybe you could:  Get Process User Name It&#039;s in C#, of which I have no [...]</description>
		<content:encoded><![CDATA[<p>[...] other handles.  I found an article on how to do #3, but I don&#8217;t understand it; maybe you could:  Get Process User Name It&#8217;s in C#, of which I have no [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2006/01/31/get-process-user-name/comment-page-1/#comment-644</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 10 Mar 2006 15:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2006/01/31/get-process-user-name/#comment-644</guid>
		<description>Keep in mind that this requires the System.Management namespace, which I don&#039;t think is on the reference list by default.

I&#039;m pretty sure this has something to so with the Windows Management Interface (WMI) stuff.  So if the WMI services aren&#039;t running, this may not work at all?</description>
		<content:encoded><![CDATA[<p>Keep in mind that this requires the System.Management namespace, which I don&#8217;t think is on the reference list by default.</p>
<p>I&#8217;m pretty sure this has something to so with the Windows Management Interface (WMI) stuff.  So if the WMI services aren&#8217;t running, this may not work at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://benreichelt.net/blog/2006/01/31/get-process-user-name/comment-page-1/#comment-643</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 01 Feb 2006 19:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://s194721765.onlinehome.us/blog/2006/01/31/get-process-user-name/#comment-643</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
</channel>
</rss>
