 




<?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: Writing scripts</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/writing-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/writing-scripts/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 13:53:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: informit com articles</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/writing-scripts/#comment-53565</link>
		<dc:creator>informit com articles</dc:creator>
		<pubDate>Fri, 30 May 2008 08:51:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-53565</guid>
		<description><![CDATA[[...] More people tend to go with VB Script but kix is really much more ...http://itknowledgeexchange.techtarget.com/itanswers/writing-scripts/InformIT.comOnline resource center that delivers premium IT content, access to industry experts, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] More people tend to go with VB Script but kix is really much more &#8230;<a href="http://itknowledgeexchange.techtarget.com/itanswers/writing-scripts/InformIT.comOnline" rel="nofollow">http://itknowledgeexchange.techtarget.com/itanswers/writing-scripts/InformIT.comOnline</a> resource center that delivers premium IT content, access to industry experts, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kknowledge</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/writing-scripts/#comment-50364</link>
		<dc:creator>kknowledge</dc:creator>
		<pubDate>Mon, 08 Oct 2007 22:50:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-50364</guid>
		<description><![CDATA[There are a number of ways to do this.  If you utilized logon scripts, you can easily modify this using vbscript or with a tool like Kixtart.

I have an article on modular scripts with kixtart from a few years ago - here at informit.com...

http://www.informit.com/articles/article.aspx?p=102209&amp;seqNum=3&amp;rl=1

More people tend to go with VB Script but kix is really much more accessible to most network administrators - with hundreds of functions and commands for doing things like what you are asking...

For instance, the following is some kixtart script that would alter where word would save documents by default - something else you can move to the network.

; Set registry settings for MS Office
$strregpath = &quot;HKEY_CURRENT_USERSoftwareMicrosoftOffice11.0&quot;

; Set Word
$strkey = &quot;WordOptions&quot;
$strentry = &quot;DOC-PATH&quot;
$strvalue = $strword
WriteValue($strregpath + $strkey, $strentry, $strvalue, &quot;REG_SZ&quot;)
===============================================
WriteValue alters the registry key based on the variables provided.  This assumed Office 2003.

I hope this helps.]]></description>
		<content:encoded><![CDATA[<p>There are a number of ways to do this.  If you utilized logon scripts, you can easily modify this using vbscript or with a tool like Kixtart.</p>
<p>I have an article on modular scripts with kixtart from a few years ago &#8211; here at informit.com&#8230;</p>
<p><a href="http://www.informit.com/articles/article.aspx?p=102209&#038;seqNum=3&#038;rl=1" rel="nofollow">http://www.informit.com/articles/article.aspx?p=102209&#038;seqNum=3&#038;rl=1</a></p>
<p>More people tend to go with VB Script but kix is really much more accessible to most network administrators &#8211; with hundreds of functions and commands for doing things like what you are asking&#8230;</p>
<p>For instance, the following is some kixtart script that would alter where word would save documents by default &#8211; something else you can move to the network.</p>
<p>; Set registry settings for MS Office<br />
$strregpath = &#8220;HKEY_CURRENT_USERSoftwareMicrosoftOffice11.0&#8243;</p>
<p>; Set Word<br />
$strkey = &#8220;WordOptions&#8221;<br />
$strentry = &#8220;DOC-PATH&#8221;<br />
$strvalue = $strword<br />
WriteValue($strregpath + $strkey, $strentry, $strvalue, &#8220;REG_SZ&#8221;)<br />
===============================================<br />
WriteValue alters the registry key based on the variables provided.  This assumed Office 2003.</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 14:52:55 -->