<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Session 0</title>
	<link>http://www.session0.com</link>
	<description>connected to Architecture, Windows and Software Development</description>
	<pubDate>Wed, 07 Jan 2009 02:16:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>Comment on Microsoft Hosts Sysinternals Site by james.sheppard</title>
		<link>http://www.session0.com/2006/11/13/microsoft-hosts-sysinternals-site/#comment-552</link>
		<pubDate>Tue, 28 Nov 2006 11:17:55 +0000</pubDate>
		<guid>http://www.session0.com/2006/11/13/microsoft-hosts-sysinternals-site/#comment-552</guid>
					<description>I agree.  There is no question that Microsoft is better with Mark Mark Russinovitch than without him.  I think that one of the questiosn that people are wonderign is if he will continue to 'hack' (the good hack) Windows now that he is on the inside.  

Powershell does seam to come from the same school as the tools Mark has developed.  Also having Powershell means that I need the Sysinternals tools less then I did before.</description>
		<content:encoded><![CDATA[<p>I agree.  There is no question that Microsoft is better with Mark Mark Russinovitch than without him.  I think that one of the questiosn that people are wonderign is if he will continue to &#8216;hack&#8217; (the good hack) Windows now that he is on the inside.  </p>
<p>Powershell does seam to come from the same school as the tools Mark has developed.  Also having Powershell means that I need the Sysinternals tools less then I did before.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Microsoft Hosts Sysinternals Site by andy</title>
		<link>http://www.session0.com/2006/11/13/microsoft-hosts-sysinternals-site/#comment-551</link>
		<pubDate>Tue, 28 Nov 2006 07:58:43 +0000</pubDate>
		<guid>http://www.session0.com/2006/11/13/microsoft-hosts-sysinternals-site/#comment-551</guid>
					<description>This is excellent.
 I love that Mark guy, glad MS finally got him working for them. He's solved so many of my curiousities I never have time to go deeper with. I feel like he had a hand in the commands included into Powershell.</description>
		<content:encoded><![CDATA[<p>This is excellent.<br />
 I love that Mark guy, glad MS finally got him working for them. He&#8217;s solved so many of my curiousities I never have time to go deeper with. I feel like he had a hand in the commands included into Powershell.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on PowerShell 1.0 Released by PowerShell Downloads at Session 0</title>
		<link>http://www.session0.com/2006/11/14/powershell-10-released/#comment-543</link>
		<pubDate>Wed, 15 Nov 2006 13:35:34 +0000</pubDate>
		<guid>http://www.session0.com/2006/11/14/powershell-10-released/#comment-543</guid>
					<description>[...] Register              &#171; PowerShell 1.0 Released Zune has no love for Vista? &#187; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Register              &laquo; PowerShell 1.0 Released Zune has no love for Vista? &raquo; [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on PowerShell 1.0 Released by Jayne</title>
		<link>http://www.session0.com/2006/11/14/powershell-10-released/#comment-542</link>
		<pubDate>Tue, 14 Nov 2006 15:38:06 +0000</pubDate>
		<guid>http://www.session0.com/2006/11/14/powershell-10-released/#comment-542</guid>
					<description>Love the new look!</description>
		<content:encoded><![CDATA[<p>Love the new look!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on What is Session 0? by james.sheppard</title>
		<link>http://www.session0.com/2006/08/15/what-is-session-0/#comment-15</link>
		<pubDate>Mon, 09 Oct 2006 12:11:52 +0000</pubDate>
		<guid>http://www.session0.com/2006/08/15/what-is-session-0/#comment-15</guid>
					<description>Hey Mridu,

This type of service, that is trying to create UI and interact with the loged on session will no longer work in the same way with Vista.  Since users in Windows Vista are no longer logged into Session 0, the service can no longer interact directly with the user.

One of the ways that you can change your code to work in Windows Vista is to use the &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/createprocessasuser.asp" rel="nofollow"&gt;CreateProcessAsUser&lt;/a&gt; function to create a process in the user’s session.

You can read more about this here:
&lt;a href="http://www.microsoft.com/whdc/system/vista/services.mspx" rel="nofollow"&gt;Impact of Session 0 Isolation on Services and Drivers in Windows Vista&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey Mridu,</p>
<p>This type of service, that is trying to create UI and interact with the loged on session will no longer work in the same way with Vista.  Since users in Windows Vista are no longer logged into Session 0, the service can no longer interact directly with the user.</p>
<p>One of the ways that you can change your code to work in Windows Vista is to use the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/createprocessasuser.asp" rel="nofollow">CreateProcessAsUser</a> function to create a process in the user’s session.</p>
<p>You can read more about this here:<br />
<a href="http://www.microsoft.com/whdc/system/vista/services.mspx" rel="nofollow">Impact of Session 0 Isolation on Services and Drivers in Windows Vista</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on What is Session 0? by Mridu</title>
		<link>http://www.session0.com/2006/08/15/what-is-session-0/#comment-14</link>
		<pubDate>Sat, 07 Oct 2006 13:48:52 +0000</pubDate>
		<guid>http://www.session0.com/2006/08/15/what-is-session-0/#comment-14</guid>
					<description>Hi, 
 
We have a Windows Service which runs office automation using MS Office COM objects. It used to work fine with Win XP and Vista Beta1, but it no longer works with Vista RC1.
 
When we call IDispatch-&#62;Invoke "Open" of the Word Application Object, we get an error ("Open") failed with error 0x800a13e9. 
 
Could you please help

Thanks and regards,
Mridu</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>We have a Windows Service which runs office automation using MS Office COM objects. It used to work fine with Win XP and Vista Beta1, but it no longer works with Vista RC1.</p>
<p>When we call IDispatch-&gt;Invoke &#8220;Open&#8221; of the Word Application Object, we get an error (&#8221;Open&#8221;) failed with error 0&#215;800a13e9. </p>
<p>Could you please help</p>
<p>Thanks and regards,<br />
Mridu
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Bloging on Windows Connected by Jayne</title>
		<link>http://www.session0.com/2006/10/03/bloging-on-windows-connected/#comment-13</link>
		<pubDate>Wed, 04 Oct 2006 14:37:18 +0000</pubDate>
		<guid>http://www.session0.com/2006/10/03/bloging-on-windows-connected/#comment-13</guid>
					<description>You rock!  I'll follow u to the end of the earth and to Windows Connected.  Congrats.</description>
		<content:encoded><![CDATA[<p>You rock!  I&#8217;ll follow u to the end of the earth and to Windows Connected.  Congrats.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Size Matters by Anonymous</title>
		<link>http://www.session0.com/2006/09/18/size-matters/#comment-11</link>
		<pubDate>Mon, 02 Oct 2006 11:51:52 +0000</pubDate>
		<guid>http://www.session0.com/2006/09/18/size-matters/#comment-11</guid>
					<description>Good observation, your ideas are right on.</description>
		<content:encoded><![CDATA[<p>Good observation, your ideas are right on.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Lenovo ThinkPads have a drain? by Jayne</title>
		<link>http://www.session0.com/2006/09/20/lenovo-thinkpads-have-a-drain/#comment-7</link>
		<pubDate>Fri, 22 Sep 2006 09:42:00 +0000</pubDate>
		<guid>http://www.session0.com/2006/09/20/lenovo-thinkpads-have-a-drain/#comment-7</guid>
					<description>I could really use a laptop with a drain - seeing as how many 'watering the plant' accidents always happen directly above a computer of some sort.</description>
		<content:encoded><![CDATA[<p>I could really use a laptop with a drain - seeing as how many &#8216;watering the plant&#8217; accidents always happen directly above a computer of some sort.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on About by Josh</title>
		<link>http://www.session0.com/about/#comment-6</link>
		<pubDate>Fri, 22 Sep 2006 01:38:00 +0000</pubDate>
		<guid>http://www.session0.com/about/#comment-6</guid>
					<description>drop me a line</description>
		<content:encoded><![CDATA[<p>drop me a line
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
