I have a problem opening .nfo files when they are stored in folders that have spaces in the name. For example, if I open the file directly from C:\ it runs fine but if I place the file in C:\Documents and Settings\, I get the following error:
System Information cannot open this NFO file. It might be corrupted or an unrecognized version.
I have searched everywhere for an answer to this problem but have not found anything helpful yet. Any help on this would be nice.
Although I don't understand why the System Information Tool does not resolve long file name parameter in your computer, here is a solution that ought to fix the problem.
HKEY_CLASSES_ROOT\MSInfo.Document\Shell\Open\Command
C:\Program Files\Common Files\Microsoft Shared\MSInfo\MSInfo32.exe /msinfo_file %1
to
C:\Program Files\Common Files\Microsoft Shared\MSInfo\MSInfo32.exe /msinfo_file "%L"
System Information (.nfo) files should now open correctly when double-clicked.