<?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>Fnode Networks &#187; Computing</title>
	<atom:link href="http://www.fnode.com/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnode.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Nov 2011 20:18:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to speed up DSL Connection</title>
		<link>http://www.fnode.com/2011/02/how-to-speed-up-dsl-connection/</link>
		<comments>http://www.fnode.com/2011/02/how-to-speed-up-dsl-connection/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 19:02:25 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[How to Speed up ADSL]]></category>
		<category><![CDATA[Speed up ADSL]]></category>

		<guid isPermaLink="false">http://www.fnode.com/?p=729</guid>
		<description><![CDATA[I have been working on some xDSL sync issues and and here are some of my findings to boost the xDSL Sync rate and have a stable line. Option 1 First of all, make sure which standard your ISP’s DSLAM running on. This is important because some standards have limitations which will create a bottleneck [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">I</span> have been working on some xDSL sync issues and and here are some of my findings to boost the xDSL Sync rate and have a stable line.</p>
<p><em><strong>Option 1</strong></em></p>
<p>First of all, make sure which standard your <acronym title="Internet Service Provider">ISP</acronym>’s <a href="http://en.wikipedia.org/wiki/Digital_Subscriber_Line_Access_Multiplexer" rel="nofollow" target="_blank" class="external_icon"><acronym title="Digital Subscriber Line Access Multiplexer">DSLAM</acronym></a> running on. This is important because some standards have limitations which will create a bottleneck when it comes to the hardware you are using. First rule of thumb for people who are not sure is to use the <acronym title="Internet Service Provider">ISP</acronym>’s provided hardware.</p>
<p>For example ITU G.992.5 (ADSL2+) will have an upload limitation of 1.3 Mbps, you might have a line which is capable of handling more than 1.3 Mbps but the hardware you use will cause a limitation. This is why you need to make sure which standard the <acronym title="Internet Service Provider">ISP</acronym> is running the <acronym title="Digital Subscriber Line Access Multiplexer">DSLAM</acronym> on. If the <acronym title="Internet Service Provider">ISP</acronym> happen to run ITU G.992.5 Annex M (ADSL2+ M) you are likely to get an upload speed of more than 1.3 Mbps, thus having a router which is capable of supporting Annex M will be beneficial.</p>
<p><em><strong>Option 2</strong></em></p>
<p>Run your <acronym title="Asymmetric Digital Subscriber Line">ADSL</acronym> line from the Master Socket. This way, you are likely to eradicate any noise on the line which will affect the <acronym title="Digital Subscriber Line">DSL</acronym> connection.</p>
<p><em><strong>Option 3</strong></em></p>
<p>It is highly advisable to remove the ringer cable on the phone line. This cable causes a lot of noise on the line and no longer required because the <acronym title="Digital Subscriber Line">DSL</acronym> Micro-Filter takes care of the ringer.<br />
Only connect the wires on <strong>(2)</strong> and <strong>(5)</strong> on the BT NTE5 box and disconnect all the other wires. This way, there will be no static looping back via the ringer cable.</p>
<p>I would recommend going through all three Options above to make sure those are ticked and If you require any further assistance, I recommend you to do a Google Search and there are plenty of information out there which explains in more detail.</p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2011/02/how-to-speed-up-dsl-connection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick tip: change default text editor on Linux shell</title>
		<link>http://www.fnode.com/2009/09/quick-tip-change-default-text-editor-on-linux-shell/</link>
		<comments>http://www.fnode.com/2009/09/quick-tip-change-default-text-editor-on-linux-shell/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:52:50 +0000</pubDate>
		<dc:creator>Luca</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.fnode.com/?p=477</guid>
		<description><![CDATA[Doing visudo you get nano instead of your favorite text editor? Mine is vim therefore I issue: DEBIAN/UBUNTU way # update-alternatives --config editor There are 4 alternatives which provide `editor'. Selection Alternative ----------------------------------------------- 1 /usr/bin/vim.tiny 2 /bin/ed *+ 3 /bin/nano 4 /usr/bin/vim.basic Press enter to keep the default[*], or type selection number: Selecting 4 I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Doing visudo you get nano instead of your favorite text editor?<br />
Mine is vim therefore I issue:</p>
<p><strong>DEBIAN/UBUNTU way</strong></p>
<pre>
# update-alternatives --config editor
There are 4 alternatives which provide `editor'.
  Selection    Alternative
-----------------------------------------------
          1    /usr/bin/vim.tiny
          2    /bin/ed
*+        3    /bin/nano
          4    /usr/bin/vim.basic
Press enter to keep the default[*], or type selection number:
</pre>
<p>Selecting 4 I&#8217;m ready to use my full syntax colors when I edit any file.</p>
<p><strong>OTHER DISTROS</strong><br />
Edit your .bashrc file and add the following:</p>
<pre>EDITOR=vim
export EDITOR</pre>
<p>Next login you will have your VIM working.<br />
If you want to have it immediately and only for this session just type </p>
<pre># export EDITOR=vim</pre>
<p>and press enter.</p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2009/09/quick-tip-change-default-text-editor-on-linux-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set multiple IPs on Debian</title>
		<link>http://www.fnode.com/2007/12/how-to-set-multiple-ips-on-debian/</link>
		<comments>http://www.fnode.com/2007/12/how-to-set-multiple-ips-on-debian/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 16:41:47 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/12/27/how-to-set-multiple-ips-on-debian/</guid>
		<description><![CDATA[Setting multiple IPs on Linux or in this case Debian is rather straight forward&#8230; All the network info is stored in the file /etc/network/interfaces and you just need to add the info to the file&#8230; Before making changes to this file, I recommend you check your values at least 3 times! If you have made [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Setting multiple IPs on Linux or in this case Debian is rather straight forward&#8230; All the network info is stored in the file <strong>/etc/network/interfaces</strong> and you just need to add the info to the file&#8230;</p>
<p>Before making changes to this file, I recommend you check your values at least 3 times! If you have made a mistake and trying to do it from a remote location, <strong>YOU WILL LOCK YOURSELF OUT!</strong></p>
<p>This is a sample configuration with device <strong>eth0</strong> having the <acronym title="Internet Protocol">IP</acronym> address of <strong>192.168.1.2</strong> on a Class C Network with <strong>192.168.1.1</strong> as the default gateway.</p>
<p><strong>/etc/network/interfaces:</strong></p>
<pre>
# /etc/network/interfaces – configuration file for ifup(8), ifdown(8)

# the loopback interface
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static

address 192.168.1.2
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
</pre>
<p>In order to add multiple IPs to the same interface, In this case eth0 You need to add it in the following method&#8230;</p>
<pre>
auto eth0:0
iface eth0:0 inet static

address 192.168.1.3
netmask 255.255.255.0
broadcast 192.168.1.255

auto eth0:1
iface eth0:1 inet static

address 192.168.1.4
netmask 255.255.255.0
broadcast 192.168.1.255

auto eth0:2
iface eth0:2 inet static

address 192.168.1.5
netmask 255.255.255.0
broadcast 192.168.1.255
</pre>
<p>Thats it, after you have made all the necessary changes, you need to restart the networking by issueing the following command&#8230;</p>
<p><strong># /etc/init.d/networking restart</strong></p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/12/how-to-set-multiple-ips-on-debian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>4GB RAM on 32-Bit Operating System</title>
		<link>http://www.fnode.com/2007/12/4gb-ram-on-32-bit-operating-system/</link>
		<comments>http://www.fnode.com/2007/12/4gb-ram-on-32-bit-operating-system/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 15:12:51 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[32 Bit OS]]></category>
		<category><![CDATA[4GB]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/12/18/4gb-ram-on-32-bit-operating-system/</guid>
		<description><![CDATA[This is a common issue and I have come across of this question numerous times on the ASUS Forums, so I have decided to post some info regarding this issue. If your system has 4GB of RAM or have upgraded to 4GB (Or more) and running a 32-Bit Operating System, It will most likely say [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a common issue and I have come across of this question numerous times on the ASUS Forums, so I have decided to post some info regarding this issue.</p>
<p>If your system has 4GB of RAM or have upgraded to 4GB (Or more) and running a 32-Bit Operating System, It will most likely say you have around 3GB of RAM.  Unfortunately there is no way you are going to see all the RAM you paid for.</p>
<p>On the other hand, if you are running a 64-Bit Operating System (Which is designed to support 4GB more), you might be able to see all the RAM but it depends on your motherboard Chipset and the BIOS need to support memory remapping feature.</p>
<p>If you really need to have 4GB or more RAM, you need to check whether the motherboard chipset support at least 8 <acronym title="Gigabyte">GB</acronym> of address space and it must support 64-Bit architecture.</p>
<p>Furthermore, you need to run a 64-Bit Operating System such as Windows XP 64-Bit or Vista 64-Bit to utilise all the installed RAM.</p>
<p>I would recommend you read through the following <acronym title="Uniform Resource Locator">URL</acronym> <a href="http://support.microsoft.com/kb/929605/" rel="nofollow" target="_blank" class="external_icon">Here.</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/12/4gb-ram-on-32-bit-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Messenger &#8211; &#8220;Show what I&#8217;m listening to&#8221; Doesn&#8217;t work</title>
		<link>http://www.fnode.com/2007/10/live-messenger-show-what-im-listening-to-doesnt-work/</link>
		<comments>http://www.fnode.com/2007/10/live-messenger-show-what-im-listening-to-doesnt-work/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 19:47:04 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/10/07/live-messenger-show-what-im-listening-to-doesnt-work/</guid>
		<description><![CDATA[Windows Live Messenger sometimes doesn&#8217;t show the music you play on Windows Media Player even though you set it to show. The work around is the following&#8230; Open up Windows Media Player, and go to Tools =&#62; Options (You might need to hit the ALT key to see the hidden menu) Click the Plug-ins tab, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Windows Live Messenger sometimes doesn&#8217;t show the music you play on Windows Media Player even though you set it to show.</p>
<p>The work around is the following&#8230;</p>
<p>Open up Windows Media Player, and go to  <strong>Tools</strong> =&gt; <strong>Options</strong> (You might need to hit the <strong>ALT</strong> key to see the hidden menu)</p>
<p>Click the Plug-ins tab, then on the <strong>Category</strong> Column, Click on <strong>Background</strong> and make sure <strong>Windows Live Messenger Music Plug-in</strong> is ticked. If  not, tick it and <strong>Apply</strong> then <strong>OK</strong>.</p>
<p>See the following screenshot for more info&#8230;</p>
<p><a href="http://www.fnode.com/wp-content/uploads/wma-bg.jpg"></a></p>
<p style="text-align: center"><a href="http://www.fnode.com/wp-content/uploads/wma-bg.jpg"><img src="http://www.nishv.com/wp-content/uploads/wma-bg.jpg" /></a></p>
<p>Now you should be able to Show what you play on Windows Media Player.</p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/10/live-messenger-show-what-im-listening-to-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>How to gain ROOT access to a Linux Box within 10 Seconds</title>
		<link>http://www.fnode.com/2007/09/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/</link>
		<comments>http://www.fnode.com/2007/09/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 22:49:23 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ROOT]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/08/14/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/</guid>
		<description><![CDATA[It is pretty easy when it comes to gaining root password to any Linux System as long as you have physical access. This is how to change Fedora&#8217;s ROOT Password. When your box starts up, You will see the GRUB screen… What you need to do is, press the a Key instead of Enter You [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>It is pretty easy when it comes to gaining root password to any Linux System as long as you have physical access.</p>
<p>This is how to change Fedora&#8217;s ROOT Password.</p>
<p>When your box starts up, You will see the GRUB screen…</p>
<p>What you need to do is, press the <strong>a</strong> Key instead of <strong>Enter</strong></p>
<p>You will see something like the following…</p>
<pre>kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ acpi=on rhgb quiet</pre>
<p>Add 1 at the end of that… So it looks like the following…</p>
<pre>kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ acpi=on rhgb quiet 1</pre>
<p>This will make the box boot into Runlevel 1</p>
<p>You simply type</p>
<pre>passwd</pre>
<p>Enter the new ROOT password and reboot the machine.</p>
<p>Same thing goes for Any Linux System as welll… All you got to do is, add the following kernel argument…</p>
<pre>init=/bin/bash</pre>
<p>And then just change the password…</p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/09/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make BisonCam work on Windows Vista</title>
		<link>http://www.fnode.com/2007/06/make-bisoncam-work-on-windows-vista/</link>
		<comments>http://www.fnode.com/2007/06/make-bisoncam-work-on-windows-vista/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 23:45:52 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/06/02/make-bisoncam-work-on-windows-vista/</guid>
		<description><![CDATA[I had a problem installing the BisonCam Driver on my ASUS Laptop running Windows Vista, The XP driver didn&#8217;t work at all and I expected that&#8230; This is how I got it working&#8230; Download the driver Bison_Camera_Vista32_NB.zip from MSI and install it. Then you need to Reboot. Do NOT avoid to reboot because you are [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I had a problem installing the BisonCam Driver on my ASUS Laptop running Windows Vista, The XP driver didn&#8217;t work at all and I expected that&#8230;</p>
<p>This is how I got it working&#8230;</p>
<p>Download the driver Bison_Camera_Vista32_NB.zip from MSI and install it.</p>
<p>Then you need to <strong>Reboot</strong>. Do <strong>NOT</strong> avoid to reboot because you are too lazy, otherwise it won&#8217;t work!</p>
<p>After that, you need to make some registry modifications. Easy way to do it is to copy the registry code into notepad and save it as a <strong>.reg</strong> file. After that, just double click the <strong>.reg</strong> file and apply the registry modification. (Copy the code in between <strong>Registry Info</strong> tag)</p>
<p>The Cam might show the picture as upside down, <span class="content">All you got to do is a Verticle Flip, Its on the Option ==&gt; Video Capture Filter ==&gt; Rotation</span></p>
<p><code>Windows Registry Editor Version 5.00</code></p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cam5603D]<br />
&#8220;SensorType&#8221;=dword:0000000a<br />
&#8220;LensType&#8221;=dword:0000000c<br />
&#8220;ImageSize&#8221;=dword:00000001<br />
&#8220;ViewSize&#8221;=dword:00000a50<br />
&#8220;SnapItem&#8221;=dword:00000000<br />
&#8220;MPTest&#8221;=dword:00000000<br />
&#8220;RGB24&#8243;=dword:00000000<br />
&#8220;WideScreen&#8221;=dword:00000000<br />
&#8220;DeviceOffOn&#8221;=dword:00000000<br />
&#8220;CpuUsage&#8221;=dword:00000000<br />
&#8220;DcOffset&#8221;=dword:00000000<br />
&#8220;AeTable&#8221;=dword:00000000<br />
&#8220;PCB_SIZE&#8221;=dword:00000001<br />
&#8220;PropShowItem&#8221;=dword:00000000<br />
&#8220;SXGASize&#8221;=dword:00000001<br />
&#8220;BlockS3S4&#8243;=dword:00000000<br />
&#8220;AETarget&#8221;=dword:00000000<br />
&#8220;FlikerLim&#8221;=dword:00000000<br />
&#8220;InterpolationMethod&#8221;=dword:00000000<br />
&#8220;ADC&#8221;=dword:00000000<br />
&#8220;DC_Level&#8221;=dword:00000000<br />
&#8220;Gama_Offset&#8221;=dword:00000000<br />
&#8220;ImageEffect&#8221;=dword:00000000<br />
&#8220;ChkPacketHdr&#8221;=dword:00000000<br />
&#8220;SaBase&#8221;=dword:00000006<br />
&#8220;SaDivitor&#8221;=dword:00000006<br />
&#8220;SensorYUYV&#8221;=dword:00000000<br />
&#8220;AvgAE&#8221;=dword:00000000<br />
&#8220;Timer1&#8243;=dword:0000000a<br />
&#8220;Timer2&#8243;=dword:0000005a<br />
&#8220;PowerDown&#8221;=dword:00000000<br />
&#8220;DoXPC3&#8243;=dword:00000001<br />
&#8220;Do2KC3&#8243;=dword:00000001</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\BisonCam]<br />
&#8220;AgcGainType&#8221;=dword:00000000</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\WebCam\M2000]<br />
&#8220;StillImage&#8221;=dword:0000000a<br />
&#8220;MultiLangID&#8221;=dword:00000009</p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/06/make-bisoncam-work-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>103</slash:comments>
		</item>
		<item>
		<title>AdobeUpdater.exe CPU Resource Hog</title>
		<link>http://www.fnode.com/2007/05/adobeupdaterexe-cpu-resource-hog/</link>
		<comments>http://www.fnode.com/2007/05/adobeupdaterexe-cpu-resource-hog/#comments</comments>
		<pubDate>Sun, 13 May 2007 01:26:13 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/05/13/adobeupdaterexe-cpu-resource-hog/</guid>
		<description><![CDATA[I have been experiencing some strange issue with Adobe software, when I launch it, there will be a program called AdobeUpdater.exe will automatically executes. This .exe will use about 99% of the CPU runtime and will not be able to kill it via Process Kill, which means a reboot is eminent. I have tried two [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have been experiencing some strange issue with Adobe software, when I launch it, there will be a program called AdobeUpdater.exe will automatically executes.</p>
<p>This .exe will use about 99% of the CPU runtime and will not be able to kill it via Process Kill, which means a reboot is eminent.</p>
<p>I have tried two methods, one worked, one didn&#8217;t</p>
<p>I Renamed <strong>updater.api</strong> under <strong>C:\Program Files\Adobe\Acrobat 8.0\Acrobat\plug_ins</strong></p>
<p>That didn&#8217;t work at all&#8230;</p>
<p>Than I tried renaming <strong>AdobeUpdater.exe</strong> to <strong>AdobeUpdater2.exe</strong> under</p>
<p><strong>C:\Program Files\Common Files\Adobe\Updater5</strong></p>
<p>Which seems to work and hence this is a temporary solution.</p>
<p>According to my research, Adobe is aware of this problem so, I guess they will be releasing a patch soon&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/05/adobeupdaterexe-cpu-resource-hog/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to lock Windows XP when Idle</title>
		<link>http://www.fnode.com/2007/04/how-to-lock-windows-xp-when-idle/</link>
		<comments>http://www.fnode.com/2007/04/how-to-lock-windows-xp-when-idle/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 15:24:08 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/04/24/how-to-lock-windows-xp-when-idle/</guid>
		<description><![CDATA[Go to Start &#8211;&#62; Control Panel Open up Scheduled Tasks Click on File &#8211;&#62; New &#8211;&#62; Scheduled Tasks Name it whatever you like, I named it Auto Lock Open up Auto Lock Under the Task Tab, add the following to the Run: Textbox %windir%\system32\rundll32.exe user32.dll, LockWorkStation Click on the Schedule Tab Under Schedule Task: drop [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span lang="EN-GB">Go to <strong>Start</strong> &#8211;&gt; <strong>Control Panel</strong> </span></p>
<p class="MsoNormal"><span lang="EN-GB">Open up <strong>Scheduled Tasks</strong></span></p>
<p class="MsoNormal"><span lang="EN-GB">Click on <strong>File</strong> &#8211;&gt; <strong>New</strong> &#8211;&gt; <strong>Scheduled Tasks</strong></span></p>
<p class="MsoNormal"><span lang="EN-GB">Name it whatever you like, I named it <strong>Auto Lock</strong></span></p>
<p class="MsoNormal"><span lang="EN-GB">Open up <strong>Auto Lock</strong> Under the <strong>Task</strong> Tab, add the following to the <strong>Run:</strong> Textbox</span></p>
<p class="MsoNormal"><span lang="EN-GB">%windir%\system32\rundll32.exe user32.dll, LockWorkStation</span></p>
<p class="MsoNormal"><span lang="EN-GB">Click on the <strong>Schedule</strong> Tab </span></p>
<p class="MsoNormal"><span lang="EN-GB">Under <strong>Schedule Task:</strong> drop down menu, select <strong>When Idle</strong></span></p>
<p class="MsoNormal"><span lang="EN-GB">On the <strong>Schedule Task When Idle option</strong>, set an appropriate Idle time, I set it as 10 Minute(s)</span></p>
<p class="MsoNormal"><span lang="EN-GB">Click <strong>Apply</strong>, and you will have a popup to add password. Type in the password and confirm it. (I use the same password as my XP login password)</span></p>
<p class="MsoNormal"><span lang="EN-GB">That&#8217;s it, It should auto lock your PC after it reaches the set idle time.</span></p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/04/how-to-lock-windows-xp-when-idle/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>One Click XP Shutdown</title>
		<link>http://www.fnode.com/2007/03/one-click-xp-shutdown/</link>
		<comments>http://www.fnode.com/2007/03/one-click-xp-shutdown/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 23:12:48 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/03/16/one-click-xp-shutdown/</guid>
		<description><![CDATA[If you want to shutdown a computer running XP by a click of an icon, follow these rules&#8230; Create a Shortcut by (Right Click -&#62; New -&#62; Shortcut ) and add the following to the location of the item&#8230; shutdown -s -t 0 And Click Finish. That&#8217;s it, when you double click the Icon, your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you want to shutdown a computer running XP by a click of an icon, follow these rules&#8230;</p>
<p>Create a Shortcut by (Right Click -&gt; New -&gt; Shortcut ) and add the following to the location of the item&#8230;</p>
<p><strong>shutdown -s -t 0</strong></p>
<p>And Click Finish.</p>
<p>That&#8217;s it, when you double click the Icon, your machine will shutdown automatically!</p>]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/03/one-click-xp-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

