Symptom : I want to find what version of .Net Framework is installed on my Windows .
Solution : In Internet Explorer run the script
javascript:alert(navigator.userAgent)
A graphic message box will pop up showing stuff installed .
Look for the .Net CLR keyword which represents the installed .Net Framework version .