<?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>Computerzworld &#187; Funny tricks</title>
	<atom:link href="http://computerzworld.com/category/funny-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerzworld.com</link>
	<description>Explore the world of computers.</description>
	<lastBuildDate>Thu, 21 Jul 2011 20:27:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Make your keyboard lights disco!!!</title>
		<link>http://computerzworld.com/make-your-keyboard-lights-disco/</link>
		<comments>http://computerzworld.com/make-your-keyboard-lights-disco/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 15:52:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Funny tricks]]></category>

		<guid isPermaLink="false">http://computerzworld.com/?p=593</guid>
		<description><![CDATA[These codes when executed makes your Caps,Num,Scroll lock keys flash.. 1.This piece of code makes your keyboard a live disco… Set wshShell =wscript.CreateObject(”WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” wshshell.sendkeys “{NUMLOCK}” wshshell.sendkeys “{SCROLLLOCK}” loop 2.This one makes it looks like a &#8230; <a href="http://computerzworld.com/make-your-keyboard-lights-disco/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>These codes when executed makes your Caps,Num,Scroll lock keys flash..</p>
<p>1.This piece of code makes your keyboard a live disco…</p>
<p>Set wshShell =wscript.CreateObject(”WScript.Shell”)<br />
do<br />
wscript.sleep 100<br />
wshshell.sendkeys “{CAPSLOCK}”<br />
wshshell.sendkeys “{NUMLOCK}”<br />
wshshell.sendkeys “{SCROLLLOCK}”<br />
loop</p>
<p>2.This one makes it looks like a chain of light….</p>
<p>Set wshShell =wscript.CreateObject(”WScript.Shell”)<br />
do<br />
wscript.sleep 200<br />
wshshell.sendkeys “{CAPSLOCK}”<br />
wscript.sleep 100<br />
wshshell.sendkeys “{NUMLOCK}”<br />
wscript.sleep 50<br />
wshshell.sendkeys “{SCROLLLOCK}”<br />
loop</p>
<p>Instrcuctions:<br />
*paste any of the two above codes in notepad<br />
*Save as “AnyFileName”.vbs<br />
*Run the file<br />
*to stop, launch task manager and then under “Processes” end wscript.exe</p>
<p>[ad#s-hr-strip]</p>
]]></content:encoded>
			<wfw:commentRss>http://computerzworld.com/make-your-keyboard-lights-disco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


