<?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: Tip for virtualizing Citrix servers involving user profiles</title>
	<atom:link href="http://www.boche.net/blog/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 01:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Josh Dunigan</title>
		<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/comment-page-1/#comment-4209</link>
		<dc:creator>Josh Dunigan</dc:creator>
		<pubDate>Tue, 24 Jan 2012 19:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=141#comment-4209</guid>
		<description>Here&#039;s a script that can be added through policy that should resolve most of these issues.  Name it something.vbs and voila.




ON ERROR RESUME Next

Const HKEY_LOCAL_MACHINE = &amp;H80000002

Set WSHShell = CreateObject(&quot;WScript.Shell&quot;)

strKeyPath = &quot;SYSTEM\CurrentControlSet\Control\NetworkProvider\Order&quot;
strValueName = &quot;ProviderOrder&quot;
strComputer = &quot;.&quot;

    Set oReg=GetObject(&quot;winmgmts:{impersonationLevel=impersonate}!\\&quot; &amp; strComputer &amp; &quot;\root\default:StdRegProv&quot;)

    oReg.GetStringValue HKEY_LOCAL_MACHINE, strKeyPath, strValueName, strValue

    strNewValue = Replace(strValue, &quot;,vmhgfs&quot;, &quot;&quot;)
    strNewValue = Replace(strNewValue, &quot;,vmhgs&quot;, &quot;&quot;)
    strNewValue = Replace(strNewValue, &quot;,hgfs&quot;, &quot;&quot;)
    strNewValue = Replace(strNewValue, &quot;vmhgfs,&quot;, &quot;&quot;)
    strNewValue = Replace(strNewValue, &quot;vmhgs,&quot;, &quot;&quot;)
    strNewValue = Replace(strNewValue, &quot;hgfs,&quot;, &quot;&quot;)
    strNewValue = Replace(strNewValue, &quot;,,&quot;, &quot;,&quot;)

    oReg.SetStringValue HKEY_LOCAL_MACHINE, strKeyPath, strValueName, strNewValue

Wscript.quit</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a script that can be added through policy that should resolve most of these issues.  Name it something.vbs and voila.</p>
<p>ON ERROR RESUME Next</p>
<p>Const HKEY_LOCAL_MACHINE = &amp;H80000002</p>
<p>Set WSHShell = CreateObject(&#8220;WScript.Shell&#8221;)</p>
<p>strKeyPath = &#8220;SYSTEM\CurrentControlSet\Control\NetworkProvider\Order&#8221;<br />
strValueName = &#8220;ProviderOrder&#8221;<br />
strComputer = &#8220;.&#8221;</p>
<p>    Set oReg=GetObject(&#8220;winmgmts:{impersonationLevel=impersonate}!\\&#8221; &amp; strComputer &amp; &#8220;\root\default:StdRegProv&#8221;)</p>
<p>    oReg.GetStringValue HKEY_LOCAL_MACHINE, strKeyPath, strValueName, strValue</p>
<p>    strNewValue = Replace(strValue, &#8220;,vmhgfs&#8221;, &#8220;&#8221;)<br />
    strNewValue = Replace(strNewValue, &#8220;,vmhgs&#8221;, &#8220;&#8221;)<br />
    strNewValue = Replace(strNewValue, &#8220;,hgfs&#8221;, &#8220;&#8221;)<br />
    strNewValue = Replace(strNewValue, &#8220;vmhgfs,&#8221;, &#8220;&#8221;)<br />
    strNewValue = Replace(strNewValue, &#8220;vmhgs,&#8221;, &#8220;&#8221;)<br />
    strNewValue = Replace(strNewValue, &#8220;hgfs,&#8221;, &#8220;&#8221;)<br />
    strNewValue = Replace(strNewValue, &#8220;,,&#8221;, &#8220;,&#8221;)</p>
<p>    oReg.SetStringValue HKEY_LOCAL_MACHINE, strKeyPath, strValueName, strNewValue</p>
<p>Wscript.quit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Taylor</title>
		<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/comment-page-1/#comment-2439</link>
		<dc:creator>Matt Taylor</dc:creator>
		<pubDate>Fri, 08 Oct 2010 12:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=141#comment-2439</guid>
		<description>Modifying the VMware tools install and unchecking shared folders should do the same thing.  Then, just leave the shared folders option unchecked during future tools upgrades.</description>
		<content:encoded><![CDATA[<p>Modifying the VMware tools install and unchecking shared folders should do the same thing.  Then, just leave the shared folders option unchecked during future tools upgrades.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thuan Nguyen</title>
		<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/comment-page-1/#comment-2301</link>
		<dc:creator>Thuan Nguyen</dc:creator>
		<pubDate>Wed, 18 Aug 2010 19:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=141#comment-2301</guid>
		<description>Thank you for this article.  We are suffer the same thing on Vsphere 4 and it drving us crazy.</description>
		<content:encoded><![CDATA[<p>Thank you for this article.  We are suffer the same thing on Vsphere 4 and it drving us crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/comment-page-1/#comment-1649</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 02 Mar 2010 18:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=141#comment-1649</guid>
		<description>Thank you for the comment.  I will look at updating the article for vSphere.</description>
		<content:encoded><![CDATA[<p>Thank you for the comment.  I will look at updating the article for vSphere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/comment-page-1/#comment-1646</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=141#comment-1646</guid>
		<description>Thank you for this article (despite its age).  We are suffering from exactly this problem.  I found the registry key entry exactly as stated except it was called vmhgfs with Vsphere 4 tools.</description>
		<content:encoded><![CDATA[<p>Thank you for this article (despite its age).  We are suffering from exactly this problem.  I found the registry key entry exactly as stated except it was called vmhgfs with Vsphere 4 tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/comment-page-1/#comment-8</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sat, 25 Oct 2008 21:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=141#comment-8</guid>
		<description>No need to apologize.

Yeah, d has been out forever.  That&#039;s the last known stable version I&#039;m aware of so it&#039;s the version I have been using in production for quite a while.  Thank you for your comments.</description>
		<content:encoded><![CDATA[<p>No need to apologize.</p>
<p>Yeah, d has been out forever.  That&#8217;s the last known stable version I&#8217;m aware of so it&#8217;s the version I have been using in production for quite a while.  Thank you for your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Storrs</title>
		<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/comment-page-1/#comment-6</link>
		<dc:creator>Andrew Storrs</dc:creator>
		<pubDate>Sat, 25 Oct 2008 18:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=141#comment-6</guid>
		<description>Sorry you&#039;re right it&#039;s UPHClean 2.0 (in beta) that fixes it http://snipr.com/4p2qh

32-bit download:
http://blogs.technet.com/uphclean/attachment/2940877.ashx

64-bit download:
http://blogs.technet.com/uphclean/attachment/2940834.ashx

Be aware some people have had problems with the beta (I haven&#039;t seen any on a few hundred Citrix servers) so you&#039;d want to thoroughly test it in your environment. Hopefully they release a final version sometime in the next 6 months.</description>
		<content:encoded><![CDATA[<p>Sorry you&#8217;re right it&#8217;s UPHClean 2.0 (in beta) that fixes it <a href="http://snipr.com/4p2qh" rel="nofollow">http://snipr.com/4p2qh</a></p>
<p>32-bit download:<br />
<a href="http://blogs.technet.com/uphclean/attachment/2940877.ashx" rel="nofollow">http://blogs.technet.com/uphclean/attachment/2940877.ashx</a></p>
<p>64-bit download:<br />
<a href="http://blogs.technet.com/uphclean/attachment/2940834.ashx" rel="nofollow">http://blogs.technet.com/uphclean/attachment/2940834.ashx</a></p>
<p>Be aware some people have had problems with the beta (I haven&#8217;t seen any on a few hundred Citrix servers) so you&#8217;d want to thoroughly test it in your environment. Hopefully they release a final version sometime in the next 6 months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/comment-page-1/#comment-5</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sat, 25 Oct 2008 14:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=141#comment-5</guid>
		<description>I&#039;ve had UPHClean installed since day one (I install this service as a best practice on most of my Windows servers).  UPHClean is unable to resolve the hgfs issue.  If you know of a UPHClean tweak to handle hgfs, please share :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had UPHClean installed since day one (I install this service as a best practice on most of my Windows servers).  UPHClean is unable to resolve the hgfs issue.  If you know of a UPHClean tweak to handle hgfs, please share <img src='http://www.boche.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Storrs</title>
		<link>http://www.boche.net/blog/index.php/2008/10/25/tip-for-virtualizing-citrix-servers-involving-user-profiles/comment-page-1/#comment-4</link>
		<dc:creator>Andrew Storrs</dc:creator>
		<pubDate>Sat, 25 Oct 2008 08:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.boche.net/blog/?p=141#comment-4</guid>
		<description>The User Profile Hive Cleanup Service (UPHClean) from Microsoft will take care of this problem and should be a &quot;must install&quot; tool on any Citrix/Terminal Server. 

Download it here: http://snipr.com/4ortz</description>
		<content:encoded><![CDATA[<p>The User Profile Hive Cleanup Service (UPHClean) from Microsoft will take care of this problem and should be a &#8220;must install&#8221; tool on any Citrix/Terminal Server. </p>
<p>Download it here: <a href="http://snipr.com/4ortz" rel="nofollow">http://snipr.com/4ortz</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

