notepad

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a user who wants to be able to have notepad open files with no
extension up automatically. I have always had other editors I use. Can
anyone tell me how to quickly setup the association for this.
 
Jim,

Simple method is to add Notepad.exe shortcut as the "Send To" destination. Then right-click the file, Send To > Notepad. To permanently associate extensionless files with Notepad, try this:

I - Per-system basis: (Based on the earlier information posted by David Candy.)

Copy the following contents (excluding the line) to a Notepad document and save it as "extless.reg" in your Desktop.

------------------------>----------------------------
REGEDIT4

[HKEY_CLASSES_ROOT\.\shell\open\command]
@="notepad %1"

------------------------<----------------------------

II - For the current user profile, apply this REG:

------------------------>----------------------------
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.]
"Application"="Notepad.exe"

------------------------<----------------------------


--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


I have a user who wants to be able to have notepad open files with no
extension up automatically. I have always had other editors I use. Can
anyone tell me how to quickly setup the association for this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top