http://icyarena.com
http://icyarena.com
Add 'Open with Notepad' to Right click option for every file
  Posted by : Color Picker     Date : 04 February       Leave a comment
Notepad is a simple texr editor that allows any file for editing.It has been included in all versions of Microsoft Windows since Windows 1.0 in 1985.To view source codes of a file normally we open file in notepad. By editing windows registry we can add an option like Open with Notepad to the right click context menu for every file.. If you are a programmer or web developer,i think it will help you.

Add Open with Notepad to right click menu

Add 'Open with Notepad' to Right click option for every file
Click for large image
1
Click start menu >> All programmes >> Notepad or You may use any text editor.
  • Copy following codes and paste in Notepad.
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
    [HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
      @="notepad.exe %1"
Add 'Open with Notepad' to Right click option for every file
Click for large image
2
Save it as 'open with notepad.reg'.
  • Click on File >> Save as
  • Change Save as type to All files.
  • Give file name to OpenwithNotepad.reg
  • Click on save button.Remember the path where this file is saved.
  • Double Click on the file.
  • Confirm Dialogue box.

Remove Open with Notepad from right click menu

Add 'Open with Notepad' to Right click option for every file
Click for large image
1
To remove this option from right click menu,Make a file remove.reg.
  • Copy following code and paste in Notepad.Then save it and double click on it.
    Windows Registry Editor Version 5.00
    [-HKEY_CLASSES_ROOT\*\shell\Open with Notepad]

Tips

  • You have now two files-one for add and another for remove.You can use these files anytime.You can also share these two files with your friends.
  • You may comment or ask question about this article.Please feel free to contact us.
  • Dont't forget to share this article with your friends.Click here to share.
<
Other Networks
Related articles
Random articles