<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>yadUK - Effective Information System Solutions &#187; wscript</title>
	<atom:link href="http://www.yaduk.co.uk/tag/wscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaduk.co.uk</link>
	<description>Effective Information System Solutions</description>
	<lastBuildDate>Thu, 01 Apr 2010 18:43:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Script to set IE &#8211; Internet Explorer homepage</title>
		<link>http://www.yaduk.co.uk/2009/06/30/script-to-set-ie-internet-explorer-homepage/</link>
		<comments>http://www.yaduk.co.uk/2009/06/30/script-to-set-ie-internet-explorer-homepage/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:48:03 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[wscript]]></category>

		<guid isPermaLink="false">http://www.yaduk.co.uk/?p=344</guid>
		<description><![CDATA[<p>Stuck in a restrictive environment where you can&#8217;t alter your homepage settings? Check out the below WSH shell script to alter your homepage in Internet Explorer via the registry:</p>
<p>Set WSHShell = WScript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
&#8216; home page URL<br />
StartPage = &#8220;http://www.yaduk.co.uk&#8221;<br />
WSHShell.RegWrite &#8220;HKLM\Software\Microsoft\Internet Explorer\Main\Start Page&#8221;, StartPage<br />
WSHShell.RegWrite &#8220;HKCU\Software\Microsoft\Internet Explorer\Main\Start Page&#8221;, StartPage&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Stuck in a restrictive environment where you can&#8217;t alter your homepage settings? Check out the below WSH shell script to alter your homepage in Internet Explorer via the registry:</p>
<p>Set WSHShell = WScript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
&#8216; home page URL<br />
StartPage = &#8220;http://www.yaduk.co.uk&#8221;<br />
WSHShell.RegWrite &#8220;HKLM\Software\Microsoft\Internet Explorer\Main\Start Page&#8221;, StartPage<br />
WSHShell.RegWrite &#8220;HKCU\Software\Microsoft\Internet Explorer\Main\Start Page&#8221;, StartPage</p>
<p>Stick in a text file with the extension .vbs</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yaduk.co.uk/2009/06/30/script-to-set-ie-internet-explorer-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Task Bar Glomming (grouping)</title>
		<link>http://www.yaduk.co.uk/2009/02/20/task-bar-glomming-grouping/</link>
		<comments>http://www.yaduk.co.uk/2009/02/20/task-bar-glomming-grouping/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 07:34:15 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[wscript]]></category>

		<guid isPermaLink="false">http://www.yaduk.co.uk/?p=157</guid>
		<description><![CDATA[<p>Found yourself in a strictly locked down Windows desktop environment? Hate those sodding grouped windows on the taskbar and can&#8217;t get rid of them? Try out the below code by saving in a .vbs file and double-clicking to ungroup your windows. To group again, just re-launch the script.</p>
<p>There are &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Found yourself in a strictly locked down Windows desktop environment? Hate those sodding grouped windows on the taskbar and can&#8217;t get rid of them? Try out the below code by saving in a .vbs file and double-clicking to ungroup your windows. To group again, just re-launch the script.</p>
<p>There are other more complex variations out there such as those found at <a href="http://www.kellys-korner-xp.com/xp_tweaks.htm">http://www.kellys-korner-xp.com/xp_tweaks.htm</a> but this script simply hits the nail on the head.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yaduk.co.uk/2009/02/20/task-bar-glomming-grouping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

