<?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: How-to: Setup Firefox for use with Sharepoint NTLM Authentication</title>
	<atom:link href="http://owened.net/2008/03/31/how-to-setup-firefox-for-use-with-sharepoint-ntlm-authentication/feed" rel="self" type="application/rss+xml" />
	<link>http://owened.net/2008/03/31/how-to-setup-firefox-for-use-with-sharepoint-ntlm-authentication</link>
	<description>it&#039;s probably awesome</description>
	<lastBuildDate>Sat, 24 Dec 2011 23:12:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Owen</title>
		<link>http://owened.net/2008/03/31/how-to-setup-firefox-for-use-with-sharepoint-ntlm-authentication/comment-page-1#comment-15726</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Fri, 13 Feb 2009 01:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://owened.net/?p=328#comment-15726</guid>
		<description>It&#039;s been a long time since I toyed with this.

What is the error message?</description>
		<content:encoded><![CDATA[<p>It&#8217;s been a long time since I toyed with this.</p>
<p>What is the error message?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai</title>
		<link>http://owened.net/2008/03/31/how-to-setup-firefox-for-use-with-sharepoint-ntlm-authentication/comment-page-1#comment-15725</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://owened.net/?p=328#comment-15725</guid>
		<description>I am new to programming and am trying to use your script as a base to copy a user.js file from the server to a users computer at login, but I need help re-writing the GetINIString function as it errors out when it hits that point. Any help would be appreciated.

Thanks,

Kai

Here is what I have so far:

&#039;First create a FileSystemObject to manipulate files
Set FSO = WScript.CreateObject(&quot;Scripting.FileSystemObject&quot;)

&#039;Create a shell scripting object
Set SHO = WScript.CreateObject(&quot;WScript.Shell&quot;)

&#039;Some helper variables
AppData = SHO.ExpandEnvironmentStrings(&quot;%APPDATA%&quot;)

&#039;Check to see if the user actually has Firefox installed &amp; find the users local directory
If FSO.FileExists(AppData + &quot;\Mozilla\Firefox\profiles.ini&quot;) Then
FFProfName = GetINIString(&quot;Profile0&quot;, &quot;Path&quot;,,AppData + &quot;\Mozilla\Firefox\profiles.ini&quot;)
FFProfName = Right(FFProfName, Len(FFProfName)-InStr(FFProfName,&quot;/&quot;))
FFProfPath = AppData + &quot;\Mozilla\Firefox\Profiles\&quot; + FFProfName
        
&#039;Now copy our user.js preferences
&#039;Or if user doesn’t have Firefox installed, do nothing
FSO.CopyFile &quot;\\sgmserv1\NETLOGON\user.js&quot;, FFProfPath + &quot;\&quot;, true
End If</description>
		<content:encoded><![CDATA[<p>I am new to programming and am trying to use your script as a base to copy a user.js file from the server to a users computer at login, but I need help re-writing the GetINIString function as it errors out when it hits that point. Any help would be appreciated.</p>
<p>Thanks,</p>
<p>Kai</p>
<p>Here is what I have so far:</p>
<p>&#8216;First create a FileSystemObject to manipulate files<br />
Set FSO = WScript.CreateObject(&#8220;Scripting.FileSystemObject&#8221;)</p>
<p>&#8216;Create a shell scripting object<br />
Set SHO = WScript.CreateObject(&#8220;WScript.Shell&#8221;)</p>
<p>&#8216;Some helper variables<br />
AppData = SHO.ExpandEnvironmentStrings(&#8220;%APPDATA%&#8221;)</p>
<p>&#8216;Check to see if the user actually has Firefox installed &amp; find the users local directory<br />
If FSO.FileExists(AppData + &#8220;\Mozilla\Firefox\profiles.ini&#8221;) Then<br />
FFProfName = GetINIString(&#8220;Profile0&#8243;, &#8220;Path&#8221;,,AppData + &#8220;\Mozilla\Firefox\profiles.ini&#8221;)<br />
FFProfName = Right(FFProfName, Len(FFProfName)-InStr(FFProfName,&#8221;/&#8221;))<br />
FFProfPath = AppData + &#8220;\Mozilla\Firefox\Profiles\&#8221; + FFProfName</p>
<p>&#8216;Now copy our user.js preferences<br />
&#8216;Or if user doesn’t have Firefox installed, do nothing<br />
FSO.CopyFile &#8220;\\sgmserv1\NETLOGON\user.js&#8221;, FFProfPath + &#8220;\&#8221;, true<br />
End If</p>
]]></content:encoded>
	</item>
</channel>
</rss>

