Subscribe to our RSS Feeds

Must Read This :


This blog consist of some Tips and Tricks of Windows and G-Talk. Some of the tricks are done by editing the windows registry.Editing the registry in the wrong way can harm your computer.Be very careful while doing these tricks.I am not responsible if any thing happens to your computer by performing these tricks.


WARNING : DO ALL THESE TRICKS AT YOUR OWN RISK


Add "Open With" To All Files

0 Comments »

You can add "Open With..." to the Right Click context menu of all files.


1. Open Registry Editor (Goto Start Menu -> Run, and then type regedit and press enter)

2. Goto HKEY_CLASSES_ROOT\*\shell

3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new

4. Set the (Default) to "Op&en With..."

5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new

6. Set the (Default) to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1"

C:\ being your WINDOWS drive. You must enter the "OpenAs_RunDLL %1" exactly in this way.