<?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>Tuts4Tech &#187; Windows</title>
	<atom:link href="http://tuts4tech.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Sun, 18 Jul 2010 01:41:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Set Preference for IPv4 over IPv6 on Windows 7</title>
		<link>http://tuts4tech.net/2010/04/05/set-preference-for-ipv4-over-ipv6-on-windows-7/</link>
		<comments>http://tuts4tech.net/2010/04/05/set-preference-for-ipv4-over-ipv6-on-windows-7/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 02:58:53 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[6to4]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[prefer]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[tunnelbroker]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=687</guid>
		<description><![CDATA[By default on Windows 7 IPv6 is preferred over IPv4, this is a nuisance when your IPv6 connectivity is supplied via a 6 to 4 tunnel. This tutorial will show you how to set preference for IPv4 Open regedit Start -> Search -> regedit Navigate to the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip6\Parameters\ Create a DWORD value [...]]]></description>
			<content:encoded><![CDATA[<p>By default on Windows 7 IPv6 is preferred over IPv4, this is a nuisance when your IPv6 connectivity is supplied via a 6 to 4 tunnel. This tutorial will show you how to set preference for IPv4</p>
<ol>
<li>Open regedit Start -> Search -> regedit</li>
<li>Navigate to the following registry key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip6\Parameters\</li>
<li>Create a DWORD value named DisabledComponents, please note this is case-sensitive</li>
<li>Edit the DisabledComponents value and set it to 20
<p><img src="http://tuts4tech.net/tutorials/ipv4preference/dword.PNG" alt="dword" title="dword" width="369" height="242" class="aligncenter size-full" /></li>
<p></p>
<li>Restart the computer for changes to take effect.</li>
</ol>
<p>An alternative way off doing this would be to just to import a .reg file containing the following</p>
<pre class="brush: plain;">Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters]
&quot;DisabledComponents&quot;=dword:00000020</pre>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2010/04/05/set-preference-for-ipv4-over-ipv6-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Windows 7 from USB</title>
		<link>http://tuts4tech.net/2010/04/03/installing-windows-7-from-usb/</link>
		<comments>http://tuts4tech.net/2010/04/03/installing-windows-7-from-usb/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 02:45:23 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[winpe]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=610</guid>
		<description><![CDATA[You've had your netbook for sometime now, Windows has gotten slow and clunky, Your feeling the need to reformat but don't have a CD-ROM what to do? Simple, create a USB Flash Drive that can boot into the windows installer. You will need the following USB Flash Drive Windows 7 CD or ISO A Computer [...]]]></description>
			<content:encoded><![CDATA[<p>You've had your netbook for sometime now, Windows has gotten slow and clunky, Your feeling the need to reformat but don't have a CD-ROM what to do? Simple, create a USB Flash Drive that can boot into the windows installer.</p>
<p>You will need the following</p>
<ul>
<li>USB Flash Drive</li>
<li>Windows 7 CD or ISO</li>
<li>A Computer with a CD-ROM copy the installation files of the CD</li>
</ul>
<ol>
<li>Connect your USB flash drive</li>
<li>Open Computer, right click on your flash drive and select format. Proceed to format the drive using the settings below
<p><img src="http://tuts4tech.net/tutorials/usbwin7/format.PNG" alt="formatbox" title="formatbox" width="241" height="397" class="aligncenter size-full" /></li>
<p></p>
<li>Copy all the files from your Windows 7 CD or ISO onto the flash drive</li>
<li>Lastly, we need to install a bootsector on the flash drive to do so go to Start -> Search -> CMD. The command prompt window shall pop up, Change to the directory of your flash drive by typing its assigned letter e.g F:<br />
Run the following command, where f: is the letter of your flash drive</p>
<pre class="brush: plain;">boot\bootsect /nt60 f:</pre>
</li>
<li>Your now finished, If you boot from the flash drive it will boot into the Windows 7 installation as normal</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2010/04/03/installing-windows-7-from-usb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grabbing and Sending files and folders over SSH</title>
		<link>http://tuts4tech.net/2009/08/15/grabbing-and-sending-files-and-folders-over-ssh/</link>
		<comments>http://tuts4tech.net/2009/08/15/grabbing-and-sending-files-and-folders-over-ssh/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 22:54:33 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[grab]]></category>
		<category><![CDATA[pscp]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshfs]]></category>
		<category><![CDATA[transfer]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=556</guid>
		<description><![CDATA[SCP allows you to transfer files over ssh between computers Copying to remote machines To copy a file to a remote machine run the following scp ~/file/to/be/transfered username@hostname:~/destinationfolder If you want to copy a directory you would use -r which would look like this scp -r /folder/to/be/transfered username@hostname:/path/to/destination and if you want to specify a [...]]]></description>
			<content:encoded><![CDATA[<p>SCP allows you to transfer files over ssh between computers</p>
<h3>Copying to remote machines</h3>
<p>To copy a file to a remote machine run the following
<pre class="brush: plain;">scp ~/file/to/be/transfered username@hostname:~/destinationfolder</pre>
<p>
If you want to copy a directory you would use -r which would look like this
<pre class="brush: plain;">scp -r  /folder/to/be/transfered username@hostname:/path/to/destination</pre>
<p>
and if you want to specify a SSH port use -P which would look like this
<pre class="brush: plain;">scp -P port-here /file/to/be/transfered username@hostname:/path/to/destination</pre>
<p></p>
<h3>Grabbing from remote machines</h3>
<p>To grab a file from a remote machine you would run the following
<pre class="brush: plain;">scp username@hostname:~/path/to/file/you/want /path/where/you/want/to/save/the/file</pre>
<p>
If you wanted a folder you would use -r which would look like this
<pre class="brush: plain;">scp -r username@hostname:~/path/to/folder/you/want /path/where/you/want/to/save/the/folder</pre>
<p>
and if you wanted to specify a SSH port use -P which would look like this
<pre class="brush: plain;">scp -P port-here username@hostname:~/path/to/file/you/want /path/to/destination</pre>
<p></p>
<h3>Mounting folders over SSH</h3>
<p>Using SSHFS we can mount folders over ssh. To get started you'll need to installl sshfs
<pre class="brush: plain;">apt-get install sshfs</pre>
<p>
Create a dir to mount the files too and give your user ownership over it
<pre class="brush: plain;">mkdir /media/sshmount
chown username /media/sshmount</pre>
<p>
Then add your user to fuse group
<pre class="brush: plain;">adduser username fuse</pre>
<p>
You should be then able to mount using the following command
<pre class="brush: plain;">sshfs username@hostname:/path/to/folder/you/want/to/mount /media/sshmount</pre>
<p></p>
<h3>For Windows Users</h3>
<p>If your on windows and you want to send or grab files over ssh you can using <a href="http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe">pscp</a><br />
To send a file you would run the following
<pre class="brush: plain;">pscp C:\file\to\be\transfered username@hostname:/path/to/destination</pre>
<p>
To grab a file you would run the following
<pre class="brush: plain;">pscp username@hostname:~/path/to/file/you/want C:\path\where\you\want\the\file\saved</pre>
<p>When using pscp the -r switch will work for folders and -P will also work for port</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/08/15/grabbing-and-sending-files-and-folders-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Keyboard Shortcuts</title>
		<link>http://tuts4tech.net/2009/07/06/windows-keyboard-shortcuts/</link>
		<comments>http://tuts4tech.net/2009/07/06/windows-keyboard-shortcuts/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 22:46:19 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[faster]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[windows key]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=441</guid>
		<description><![CDATA[Key Command Windows Key Or Ctrl+ESC Opens The Start Menu Windows key + L Locks Computer Windows Key + M Minimizes All Windows Windows Key + R Opens Run Windows Key + Pause Opens System Properties Ctrl + Alt+ Del Opens Windows Task Manager Ctrl + A Select All Ctrl + C Copy to the [...]]]></description>
			<content:encoded><![CDATA[<table border="0">
<tr>
<td>Key</td>
<td>Command</td>
</tr>
<tr>
<td>Windows Key Or Ctrl+ESC</td>
<td>Opens The Start Menu</td>
</tr>
<tr>
<td>Windows key + L</td>
<td>Locks Computer</td>
</tr>
<tr>
<td>Windows Key + M</td>
<td>Minimizes All Windows</td>
</tr>
<tr>
<td>Windows Key + R</td>
<td>Opens Run</td>
</tr>
<tr>
<td>Windows Key + Pause</td>
<td>Opens System Properties</td>
</tr>
<tr>
<td>Ctrl + Alt+ Del</td>
<td>Opens Windows Task Manager</td>
</tr>
<tr>
<td>Ctrl + A</td>
<td>Select All</td>
</tr>
<tr>
<td>Ctrl + C</td>
<td>Copy to the Clipboard</td>
</tr>
<tr>
<td>Ctrl + D</td>
<td>Unselect all</td>
</tr>
<tr>
<td>Ctrl + V</td>
<td>Paste from the clipboard</td>
</tr>
<tr>
<td>Ctrl + x</td>
<td>Cuts to the clipboard</td>
</tr>
<tr>
<td>Ctrl + Y</td>
<td>Redo</td>
</tr>
<tr>
<td>Ctrl + Z</td>
<td>Undo</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/07/06/windows-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Themes On Windows XP</title>
		<link>http://tuts4tech.net/2009/06/22/installing-themes-on-windows-xp/</link>
		<comments>http://tuts4tech.net/2009/06/22/installing-themes-on-windows-xp/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 18:15:58 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[system32]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[uxtheme]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=349</guid>
		<description><![CDATA[By default Microsoft doesn't allow you to install extra themes. To do so you need to patch uxtheme.dll file first so lets get started Patching the system Download uxtheme patcher Start UXTheme Multi-Patcher 6.0.exe and click the patch button and then confirm your OS then press ok and your system will restart I get most [...]]]></description>
			<content:encoded><![CDATA[<p>By default Microsoft doesn't allow you to install extra themes. To do so  you need to patch uxtheme.dll file first so lets get started</p>
<h3>Patching the system</h3>
<ol>
<li>Download <a href="http://www.softpedia.com/get/System/OS-Enhancements/UXTheme-MultiPatcher.shtml">uxtheme patcher</a></li>
<li>Start UXTheme Multi-Patcher 6.0.exe and click the patch button and then confirm your OS then press ok and your system will restart</li>
</ol>
<p>I get most of my themes from <a href="http://www.themexp.org/">Theme XP</a> but to install them they require you to install an annoying piece of adware below I will show you how to aquire there themes without installing it</p>
<ol>
<li>Download and install <a href="http://legroom.net/software/uniextract">Universal Extractor</a></li>
<li>Download whatever theme you want from <a href="http://www.themexp.org/">Theme XP</a></li>
<li>Simply right click on the file you downloaded from <a href="http://www.themexp.org/">Theme XP</a> and click uniExtract to subdir</li>
<li>There should now be a new folder which will be called the same name as the file you downloaded from <a href="http://www.themexp.org/">Theme XP</a> Open this folder and you should find a folder inside it containing a .theme file copy all files in that directory to C:\Windows\Resources\Themes</li>
<li>Once copied over double click on the .theme file and it should apply the theme</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/06/22/installing-themes-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
