Find which machines do NOT have .NET Framework installed

G

Guest

I need to include something in our 200+ users' login scripts that will tell
us which machines do not have the .NET Framework installed.

Anyone done this before?

What file can I look for?

TIA........cindy
 
J

Jeroen Vandezande

cindy said:
I need to include something in our 200+ users' login scripts that will tell
us which machines do not have the .NET Framework installed.

Anyone done this before?

What file can I look for?


If you can check for regisrty keys you can try this:

HKLM, 'SOFTWARE\Microsoft\.NETFramework\policy\v1.1'

or this to check for the 1.0 framework

HKLM, 'SOFTWARE\Microsoft\.NETFramework\policy\v1.0'


Best Regards,


Jeroen Vandezande
 
G

Guest

Thanks, I will give it a try.

Jeroen Vandezande said:
If you can check for regisrty keys you can try this:

HKLM, 'SOFTWARE\Microsoft\.NETFramework\policy\v1.1'

or this to check for the 1.0 framework

HKLM, 'SOFTWARE\Microsoft\.NETFramework\policy\v1.0'


Best Regards,


Jeroen Vandezande
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top