Quote Originally Posted by -={MINDFREAK}=- View Post
I have a very simple way to open nfo file

1. copy and paste below code into notepad and save it with any name but use .reg in last....eg: OpenWithNotepad.reg
Code: 
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad]

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
@="notepad.exe %1"
2. now double click the file you saved in previous step & click yes to confirm it and then click ok.

3. now you can open nfo file with just a right click and select open with notepad.

that's it
hope you all like this method
Use open with, and that select always open this type of file wit this application, choose notepad and your nfo files will be opened in notepad.Its much easyer i think, easyer that doing right click every time.