Followers

Tuesday 27 March 2012

"How to Watch VIDEO in paint?" (JusT FoR FuN)

Step 1→ Open Ms Paint.

Step 2→ Open your Video player.

Step 3→ Click on the Print screen Button on your keyboard.

Step 4→ In Ms Paint us the shortcut ctrl+v or got to the Edit Tab and choose Paste option.

Step 5→ Bingo !!!!No step 5.The movie is playing.

Note→This works only with Ms Paint.

For the movie to play in Paint the video player should not be closed and the movie should not be paused in the player.



NOTE→ This trick only works in windows Xp.

Download "Angry Birds"



Angry Birds Space v1.0.0→
http://www.mediafire.com/?wotb4vktlepbj7a

Angry Birds Rio 1.4.2→
http://www.mediafire.com/?u5k6rrxbvgdbki7

Angry Birds Seasons v2.3.0→
http://www.mediafire.com/?15vwz0qwvzoja7k

Facts About Spams

1.→ 160 billion emails are sent daily, 97% of which are spam.
2.→ Spam generates 33bn KWt-hours of energy every year, enough to power 2.4 million homes, producing 17 million tons of CO2.
3.→ 9 out of every 1,000 computers are infected with spam.
4.→ Spammer get 1 response to every 12 million emails they send (yet it still makes them a small profit).

YouTube

YouTube was created by three former PayPal employees, Steve Chen, Chad Hurley, Jawed Karim on February 14, 2005, on which users can upload, view and share videos with a slogan "Broadcast Yourself".

anyone can use computer :p true??


→How To Make Your Own Locker Using Notepad←

Step-1→ Open Notepad.
Step-2→ Copy this code and paste it on the notepad


cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

Step-3→ to set password of your choice, from this line in the coding "if NOT %pass%== PASSWORD goto FAIL" change "PASSWORD" to, the desired password.
Step-4→ Save the file with ".bat" Format.

Enjoy ^_^


Friday 2 March 2012

→How TO Disable USB Port from BIOS←

To Disable USB Port of your computer,
Reboot your computer → press [F2] or [Del] → enter BIOS using BIOS password → select "Advanced"→ "USB Configuration" → "press Enter". There you'll find a option to disable USB port.
Enjoy ^_^