<?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: Scripting updates to the GPT.ini for the Local Group Policy</title>
	<atom:link href="http://www.jhouseconsulting.com/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy-39/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jhouseconsulting.com/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy-39</link>
	<description>Application and Desktop Virtualization Specialist with Microsoft, Citrix, VMware and Quest products</description>
	<lastBuildDate>Mon, 19 Dec 2011 01:21:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Add Group Policy by Script - Admins Goodies</title>
		<link>http://www.jhouseconsulting.com/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy-39/comment-page-1#comment-6626</link>
		<dc:creator>Add Group Policy by Script - Admins Goodies</dc:creator>
		<pubDate>Tue, 09 Aug 2011 05:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhouseconsulting.com/index.php/jhouseconsulting/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy/#comment-6626</guid>
		<description>[...] Here&#8217;s an example of a script that modifies local group policy that you might want to look at, too. It&#8217;s not using any &#8220;supported&#8221; APIs&#8211; it&#8217;s just banging on the GPT.INI file. This may work but is definitely &#8220;unsupported&#8221;, too. [...]</description>
		<content:encoded><![CDATA[<p>[...] Here&#8217;s an example of a script that modifies local group policy that you might want to look at, too. It&#8217;s not using any &#8220;supported&#8221; APIs&#8211; it&#8217;s just banging on the GPT.INI file. This may work but is definitely &#8220;unsupported&#8221;, too. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Running Logoff Scripts in Novell Environments</title>
		<link>http://www.jhouseconsulting.com/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy-39/comment-page-1#comment-6586</link>
		<dc:creator>Running Logoff Scripts in Novell Environments</dc:creator>
		<pubDate>Thu, 28 Oct 2010 03:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhouseconsulting.com/index.php/jhouseconsulting/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy/#comment-6586</guid>
		<description>[...] Due to a lot of requests and feedback, this script in now included as part of the script posted under Scripting updates to the GPT.ini for the Local Group Policy. [...]</description>
		<content:encoded><![CDATA[<p>[...] Due to a lot of requests and feedback, this script in now included as part of the script posted under Scripting updates to the GPT.ini for the Local Group Policy. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.jhouseconsulting.com/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy-39/comment-page-1#comment-6524</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Wed, 20 Oct 2010 00:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhouseconsulting.com/index.php/jhouseconsulting/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy/#comment-6524</guid>
		<description>Hi Manel,

Yeah...sorry, I wasn&#039;t clear enough in my explanation. This script just modifies the &quot;%SystemRoot%\system32\GroupPolicy\gpt.ini&quot;.

You also need to run the script from the http://www.jhouseconsulting.com/2008/08/06/running-logoff-scripts-in-novell-environments-36 post. That script modifies the &quot;%SystemRoot%\system32\GroupPolicy\User\Scripts\scripts.ini&quot;.

I was planning on merging both scripts, and is why there is a strLogonScript variable not in use in this script. I did this two years ago for one customer, and have had no need to revisit it since.

Running both scripts will give you the results you want.

Cheers,
Jeremy.</description>
		<content:encoded><![CDATA[<p>Hi Manel,</p>
<p>Yeah&#8230;sorry, I wasn&#8217;t clear enough in my explanation. This script just modifies the &#8220;%SystemRoot%\system32\GroupPolicy\gpt.ini&#8221;.</p>
<p>You also need to run the script from the <a href="http://www.jhouseconsulting.com/2008/08/06/running-logoff-scripts-in-novell-environments-36" rel="nofollow">http://www.jhouseconsulting.com/2008/08/06/running-logoff-scripts-in-novell-environments-36</a> post. That script modifies the &#8220;%SystemRoot%\system32\GroupPolicy\User\Scripts\scripts.ini&#8221;.</p>
<p>I was planning on merging both scripts, and is why there is a strLogonScript variable not in use in this script. I did this two years ago for one customer, and have had no need to revisit it since.</p>
<p>Running both scripts will give you the results you want.</p>
<p>Cheers,<br />
Jeremy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manel Rodero</title>
		<link>http://www.jhouseconsulting.com/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy-39/comment-page-1#comment-6523</link>
		<dc:creator>Manel Rodero</dc:creator>
		<pubDate>Tue, 19 Oct 2010 19:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jhouseconsulting.com/index.php/jhouseconsulting/2008/08/26/scripting-updates-to-the-gptini-for-the-local-group-policy/#comment-6523</guid>
		<description>Hello,

I have a question about how the computer knows what&#039;s the logoff and logon files. You have an string &quot;strLogonScript&quot; but is not used anywhere in the script.

OK, you set the different settings in &quot;gpt.ini&quot; but I don&#039;t understand how the computer knows that the logoff script is &quot;%SystemRoot%\SaveQAT.cmd&quot;.

Can you explain this?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a question about how the computer knows what&#8217;s the logoff and logon files. You have an string &#8220;strLogonScript&#8221; but is not used anywhere in the script.</p>
<p>OK, you set the different settings in &#8220;gpt.ini&#8221; but I don&#8217;t understand how the computer knows that the logoff script is &#8220;%SystemRoot%\SaveQAT.cmd&#8221;.</p>
<p>Can you explain this?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.jhouseconsulting.com @ 2012-02-08 00:30:38 -->
