<?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>101TECH &#187; Windows</title>
	<atom:link href="http://www.101tech.net/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.101tech.net</link>
	<description>IT Solutions Done Right!</description>
	<lastBuildDate>Fri, 26 Feb 2010 02:41:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix &#8220;the installation source for this product is not available. Verify that the source exists and you can access it&#8221;</title>
		<link>http://www.101tech.net/2010/01/08/fix-the-installation-source-for-this-product-is-not-available-verify-that-the-source-exists-and-you-can-access-it/</link>
		<comments>http://www.101tech.net/2010/01/08/fix-the-installation-source-for-this-product-is-not-available-verify-that-the-source-exists-and-you-can-access-it/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 14:52:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=324</guid>
		<description><![CDATA[Use Windows Installer Cleanup Utility
OR
Reinstall windows installer
OR
Upgrade the windows installer 
]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/01/08/fix-the-installation-source-for-this-product-is-not-available-verify-that-the-source-exists-and-you-can-access-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix word 2007 startup issues</title>
		<link>http://www.101tech.net/2009/03/23/fix-word-2007-startup-issues/</link>
		<comments>http://www.101tech.net/2009/03/23/fix-word-2007-startup-issues/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 23:40:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=208</guid>
		<description><![CDATA[If you are having issue with word when double clicking a document or launching an attachment , it could be a corrupt reg key.
open registry editor and rename the following value :
HKEY_CURRENT_USER\Software\Microsoft\Office\version number\Word\Data 
where version number is your office version ( 2007 = 12 ) .
you can also do this via command line ( as [...]]]></description>
		<wfw:commentRss>http://www.101tech.net/2009/03/23/fix-word-2007-startup-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Openvpn &amp; Routing</title>
		<link>http://www.101tech.net/2008/09/08/vista-openvpn-routing/</link>
		<comments>http://www.101tech.net/2008/09/08/vista-openvpn-routing/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 22:38:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Openvpn]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=86</guid>
		<description><![CDATA[If you have more then one subnet behind your vpn you need to add the following to your vpn.conf : 
route-method exe 
and make sure you run openvpn as an administrator
]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/09/08/vista-openvpn-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use DOS FOR loop to modify premissions on files/folders</title>
		<link>http://www.101tech.net/2008/07/18/use-dos-for-loop-to-modify-premissions-on-filesfolders/</link>
		<comments>http://www.101tech.net/2008/07/18/use-dos-for-loop-to-modify-premissions-on-filesfolders/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 17:25:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command Line]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=39</guid>
		<description><![CDATA[This assumes your usernames and homdirs are the same for example :  user:  alfred  homedir : alfred
for /F %u in (&#39;DIR /B A*.*&#39;) do v:\tools\xcacls.exe %u /T /E /C /G %u:RCWD  /y
]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/07/18/use-dos-for-loop-to-modify-premissions-on-filesfolders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweak Firefox memory consumption</title>
		<link>http://www.101tech.net/2008/07/03/tweak-firefox-memory-consumption/</link>
		<comments>http://www.101tech.net/2008/07/03/tweak-firefox-memory-consumption/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 12:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Tweak]]></category>

		<guid isPermaLink="false">http://www.101tech.net/wordpress/?p=37</guid>
		<description><![CDATA[
Type About:config in the Address bar.
right click and Add boolean value : config.trim_on_minimize
Set to true
More info here : http://kb.mozillazine.org/Memory_Leak
And originally read here : http://www.ynet.co.il/articles/0,7340,L-3563503,00.html
]]></description>
		<wfw:commentRss>http://www.101tech.net/2008/07/03/tweak-firefox-memory-consumption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
