View Single Post
  (#1 (permalink)) Old
Hari Maurya Offline
Senior Member
 
Hari Maurya's Avatar
 
Posts: 259
Join Date: Jul 2008
Location: India
Default Add "Open with Notepad" to the Context Menu for All Files - 08-12-2008, 12:57 PM

This registry hack is nothing new, it's been around forever… think of this as a refresher course. Also note that you can use this same technique to substitute any other application that you'd like by adjusting the path in the registry to point to the different editor.



Manual Registry Hack

Open regedit.exe through the start menu search or run box, and then browse down to the following key:

Code:
HKEY_CLASSES_ROOT\*\shell


Right-click on "shell" and choose to create a new key, calling it "Open with Notepad". Create a new key below that one called "command". Double-click on the (Default) value in the right-hand pane and enter in the following:

Code:
notepad.exe %1
The change should take effect immediately… just right-click on any file and you'll see the next menu entry.

Download Registry Hack

Just download, extract and double-click on the OpenWithNotepad.reg file to enter the information into the registry. There's also an uninstall script included.

Download OpenWithNotepad registry hack


Its My World , Its My Windows
www.TechSurface.com
   
Reply With Quote