View Single Post
  #291 (permalink)  
Old 10-13-2007, 01:28 AM
prasannavigneshr prasannavigneshr is offline
D-Web Incredible
 
Join Date: Feb 2007
Posts: 1,321
prasannavigneshr is on a distinguished road
Send a message via MSN to prasannavigneshr
Thumbs up Windows Vista Tips & Tricks

Add “Open with Notepad” to Right-Click Context Menu


Do you use notepad very frequently to open all types of text files? This quick tweak will add “Open with Notepad” to all of your file context menus. Whenever you right click on a file, you will have the option to open it in Notepad.

Copy and paste the code below into Notepad. Then save it as a .reg file and import it by clicking on it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
@=”"

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
@=”notepad.exe %1″
__________________
Prasanna Vignesh
MCPD | Web Developer
Reply With Quote