<?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 The RESguru PowerBlog!</title>
	<atom:link href="http://resguru.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://resguru.com</link>
	<description>A part of the RES User Group community</description>
	<lastBuildDate>Wed, 09 Jun 2010 12:27:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on RG01E &#8211; Dealing with Mandatory Profile Crap by Bas</title>
		<link>http://resguru.com/technote-library/dealing-with-mandatory-profile-crap/comment-page-1/#comment-175</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Wed, 09 Jun 2010 12:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=993#comment-175</guid>
		<description>Hi, you must change permissions on all subkeys of the registry, or else the user does not have permissions on the policies key&#039;s. (inheritence is not enabled on this key) Furthermore if you copy the profile to the network, the local settings folder is also copied, that should not exist in the profile. If you want to have it in the profile you also have to set permissions on the class hive in these local settings folder.
</description>
		<content:encoded><![CDATA[<p>Hi, you must change permissions on all subkeys of the registry, or else the user does not have permissions on the policies key&#8217;s. (inheritence is not enabled on this key) Furthermore if you copy the profile to the network, the local settings folder is also copied, that should not exist in the profile. If you want to have it in the profile you also have to set permissions on the class hive in these local settings folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RG01F &#8211; Getting rid of the first-time login stuff by RES Software User Group &#124; PowerFuse 2010 SR1 Released!</title>
		<link>http://resguru.com/technote-library/rg01f-getting-rid-of-the-first-time-login-stuff/comment-page-1/#comment-174</link>
		<dc:creator>RES Software User Group &#124; PowerFuse 2010 SR1 Released!</dc:creator>
		<pubDate>Mon, 07 Jun 2010 18:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=1271#comment-174</guid>
		<description>[...] option to skip first-time shell init. You may remember this article from a while back on how to do this manually. PowerFuse now has the capability to configure this [...]</description>
		<content:encoded><![CDATA[<p>[...] option to skip first-time shell init. You may remember this article from a while back on how to do this manually. PowerFuse now has the capability to configure this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forums by RESguru</title>
		<link>http://resguru.com/forums/comment-page-1/#comment-173</link>
		<dc:creator>RESguru</dc:creator>
		<pubDate>Mon, 24 May 2010 00:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=110#comment-173</guid>
		<description>Probably set up an application for the local mediaplayer as an extended application. Go to www.resug.com/forum on the PowerFuse Board and ask the question. That way more can benefit from the answers.</description>
		<content:encoded><![CDATA[<p>Probably set up an application for the local mediaplayer as an extended application. Go to <a href="http://www.resug.com/forum" rel="nofollow">http://www.resug.com/forum</a> on the PowerFuse Board and ask the question. That way more can benefit from the answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forums by Aj</title>
		<link>http://resguru.com/forums/comment-page-1/#comment-166</link>
		<dc:creator>Aj</dc:creator>
		<pubDate>Mon, 10 May 2010 14:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=110#comment-166</guid>
		<description>Hi,

Could you let me know how i could make RES powerfuse 2010 to play CD&#039;s from the local machine than the Virtual machine</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you let me know how i could make RES powerfuse 2010 to play CD&#8217;s from the local machine than the Virtual machine</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RG017 RES Wisdom &#8211; Tips &amp; Tricks by Rene de Goeij</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-159</link>
		<dc:creator>Rene de Goeij</dc:creator>
		<pubDate>Wed, 28 Apr 2010 06:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-159</guid>
		<description>sorry

cg@[substring($[firstname],1,1)]@[substring($[lastname],1,6)]</description>
		<content:encoded><![CDATA[<p>sorry</p>
<p>cg@[substring($[firstname],1,1)]@[substring($[lastname],1,6)]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RG017 RES Wisdom &#8211; Tips &amp; Tricks by Rene de Goeij</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-158</link>
		<dc:creator>Rene de Goeij</dc:creator>
		<pubDate>Wed, 28 Apr 2010 06:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-158</guid>
		<description>i forgot some brackets
cg@substring($[firstname],1,1)@substring($[lastname],1,6)

should be

cg@[substring]($[firstname],1,1)@[substring]($[lastname],1,6)</description>
		<content:encoded><![CDATA[<p>i forgot some brackets<br />
cg@substring($[firstname],1,1)@substring($[lastname],1,6)</p>
<p>should be</p>
<p>cg@[substring]($[firstname],1,1)@[substring]($[lastname],1,6)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RG017 RES Wisdom &#8211; Tips &amp; Tricks by RESguru</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-157</link>
		<dc:creator>RESguru</dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-157</guid>
		<description>That sound really odd. If I were you, I would make sure I can replicate the issue, then contact RES Support.

Cheers,
Max</description>
		<content:encoded><![CDATA[<p>That sound really odd. If I were you, I would make sure I can replicate the issue, then contact RES Support.</p>
<p>Cheers,<br />
Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RG017 RES Wisdom &#8211; Tips &amp; Tricks by Rene de Goeij</title>
		<link>http://resguru.com/technote-library/res-wisdom-commandlines-and-registry-setting/comment-page-1/#comment-156</link>
		<dc:creator>Rene de Goeij</dc:creator>
		<pubDate>Mon, 26 Apr 2010 12:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/res-wisdom-commandlines-and-registry-setting/#comment-156</guid>
		<description>i was trying to create user in ad with login name i would like to do the following

cg@substring($[firstname],1,1)@substring($[lastname],1,6)

to get bv cgjlinsse   for Jan Linssen

but then i get message that i reached 20 characters limit</description>
		<content:encoded><![CDATA[<p>i was trying to create user in ad with login name i would like to do the following</p>
<p>cg@substring($[firstname],1,1)@substring($[lastname],1,6)</p>
<p>to get bv cgjlinsse   for Jan Linssen</p>
<p>but then i get message that i reached 20 characters limit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RG024 &#8211; Secrets of PWRGATE.EXE by Frode</title>
		<link>http://resguru.com/technote-library/rg024-secrets-of-pwrgate-exe/comment-page-1/#comment-152</link>
		<dc:creator>Frode</dc:creator>
		<pubDate>Sat, 17 Apr 2010 17:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?page_id=1573#comment-152</guid>
		<description>Once again... thanks for all your effort.. this saves me and everyone else a lot of time !!</description>
		<content:encoded><![CDATA[<p>Once again&#8230; thanks for all your effort.. this saves me and everyone else a lot of time !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cleaning out the Wisdom agent completely by Airdeca</title>
		<link>http://resguru.com/2010/04/cleaning-out-the-wisdom-agent-completely/comment-page-1/#comment-149</link>
		<dc:creator>Airdeca</dc:creator>
		<pubDate>Tue, 06 Apr 2010 08:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://resguru.com/?p=1629#comment-149</guid>
		<description>This is absolutely neccessary for one-on-one cloning. When creating a mother image you might want to consider running the &#039;Prepare for image&#039; wizard. It will also delete and regenerate the WUIDs when the image starts with a new NetBIOS name plus you have the option to schedule an initial Project.</description>
		<content:encoded><![CDATA[<p>This is absolutely neccessary for one-on-one cloning. When creating a mother image you might want to consider running the &#8216;Prepare for image&#8217; wizard. It will also delete and regenerate the WUIDs when the image starts with a new NetBIOS name plus you have the option to schedule an initial Project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.526 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-28 23:51:02 -->
