Open with Notepad
Sometimes
the files not associated with any programs needs to be opened with
Notepad. In such a case we need to browse notepad and open the file
through notepad.The job will be easy when we right click the file,Open with - Notepad option appears.The following is the registry entry needed for this job:
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\open]
@="Open With Notepad"
[HKEY_CLASSES_ROOT\*\shell\open\command]
@="notepad.exe %1"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.]
"Application"="Notepad"
Click the below link to get the reg file.CLICK HERE
No comments:
Post a Comment