<?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>usefulgeek &#187; windows</title>
	<atom:link href="http://www.usefulgeek.com/blog/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usefulgeek.com/blog</link>
	<description>rants, reviews and kind hearted messages from some geeks</description>
	<lastBuildDate>Mon, 19 Jul 2010 16:48:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Modify Windows XP routing table</title>
		<link>http://www.usefulgeek.com/blog/2009/08/modify-windows-xp-routing-table/</link>
		<comments>http://www.usefulgeek.com/blog/2009/08/modify-windows-xp-routing-table/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 02:19:13 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[quickfire]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=141</guid>
		<description><![CDATA[During some network changes I&#8217;ve found the need to modify the routing table.
To change the default route on Windows XP (and possibly Windows Vista, 2000, etc) you use the route command.  The syntax is pretty simple, here is a quick example&#8230;.

route change 0.0.0.0 mask 0.0.0.0 172.18.12.120

To delete or add routes, simply change the keyword [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>During some network changes I&#8217;ve found the need to modify the routing table.</p>
<p>To change the default route on Windows XP (and possibly Windows Vista, 2000, etc) you use the route command.  The syntax is pretty simple, here is a quick example&#8230;.</p>
<pre>
route change 0.0.0.0 mask 0.0.0.0 172.18.12.120
</pre>
<p>To delete or add routes, simply change the keyword change to either add or delete.</p>
<pre>
route add 192.168.0.0 mask 255.255.255.0 10.10.0.50
</pre>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/08/modify-windows-xp-routing-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing isn&#8217;t caring. Mapped drives are faster.</title>
		<link>http://www.usefulgeek.com/blog/2008/07/sharing-isnt-caring-mapped-drives-are-faster/</link>
		<comments>http://www.usefulgeek.com/blog/2008/07/sharing-isnt-caring-mapped-drives-are-faster/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 06:53:36 +0000</pubDate>
		<dc:creator>drale</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[sp3]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=25</guid>
		<description><![CDATA[According to this a mapped Windows drive is a lot faster for transferring files than simply browsing to the share. Find your share under Network Places, right-click and select &#8220;Map Network Drive&#8221;.
Some other tips: put a $ at the end of your share name to hide it. Upgrade to SP3 to have multiple shares with [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.seabreezecomputers.com/tips/filexfer.htm" target="_blank">this</a> a mapped Windows drive is a lot faster for transferring files than simply browsing to the share. Find your share under Network Places, right-click and select &#8220;Map Network Drive&#8221;.</p>
<p>Some other tips: put a $ at the end of your share name to hide it. Upgrade to SP3 to have multiple shares with different permissions on a folder.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2008/07/sharing-isnt-caring-mapped-drives-are-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
