Have used a reg search tool and one of the returns was [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile]
"NeverShowExt"=""

so I am thinking that if I make a regfix like;
Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile]
"NeverShowExt"=-
that will hopefully solve the problem.
What you think?