ghacks Technology News

How To Change The Edit Application In Windows


The Edit option pops up in Windows after right-clicking a file type in Windows Explorer. Windows associated one software program that can be used to edit that file type. For image files it is usually Microsoft Paint while text documents are usually opened in Notepad. Those applications are set in the Windows Registry where they can be changed so that Edit will open a different application.

It is actually pretty easy to change the default edit application in Windows to another one providing you got the location in the Registry to do so. Now, to change the default Edit application open the Windows Registry by pressing [Windows R], typing [regedit] and hitting [enter]. Locate the following Registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations

In there you find all the different file types and they association. The order is filetype > shell > edit > command. Not every filetype has that chain but the most common ones do. To edit the default text editor in Windows you need to locate the text subkey and follow the path mentioned above until you reach the command key. There should be only one Default entry in there:

%SystemRoot%\system32\NOTEPAD.EXE %1

To change the program that opens when clicking on the Edit option in the right-click menu simply change the path so that it leads to the application that you want to use, for example

"c:\program files\notepad++\notepad++.exe" "%1"




Tags: , , , , , , ,
Categories: Windows, software



Related posts:

How To Change Default Programs In Windows
Change the Print Spooler Directory
Windows Tip: Edit User Registry of other users
Change the Source Viewer in IE, Firefox and Opera
Change the Default Windows Explorer Folder
Prevent Windows Registry from remembering last key viewed
Windows Cannot Find Msconfig
Edit Open With Items in Windows

8 Responses to “How To Change The Edit Application In Windows”

  1. Alec_Burgess says:

    The above works but isn’t it easier to just use right-click [Open With ...], navigate to desired program and tick [Always use this program]?

    • Martin says:

      Alec: You sometimes have a default application and a handful of other applications that you use to open a certain file type. Say, you open images in your image viewer usually but sometimes want to use a different application to view them.

  2. Alec_Burgess says:

    how do I edit to tick “notify followup via email” if forgotten in initial post?

Trackbacks/Pingbacks

  1. [...] Y listo, a partir de ahora las extensiones que hayamos modificado podrán ser editadas con el programa que le hayamos indicado. Vía | GHacks [...]

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

© 2005-2009 Ghacks.net. All Rights Reserved. Privacy Policy - About Us