procedure to do the tricks..
- first open the notepad
- copy the following code and paste
- now click save as the file NAME.reg file.... that is the file name format must be in .reg format.. the default notepad file format is .txt
Copy the following code
Windows Registry Editor Version 5.00
[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"
No Response to "Registry key for No Extension Files with always Open With Notepad"
Post a Comment