Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > Registry key which lists what software is installed on a machine exported via script?

Reply
Thread Tools Display Modes

Registry key which lists what software is installed on a machine exported via script?

 
 
Spin
Guest
Posts: n/a

 
      05-23-2009
Gurus,

Does anyone have a VBS script which lists out the contents of the registry
key which lists what software is installed on a machine?

--
Spin

 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a

 
      05-23-2009
Here's the registry key that populates the Control Panel listing

HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uni nstall


Here's a WMI script that write out to text file.
http://www.thescriptlibrary.com/defa...led%20Software


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"Spin" wrote:
> Gurus,
>
> Does anyone have a VBS script which lists out the contents of the registry
> key which lists what software is installed on a machine?
>
> --
> Spin


 
Reply With Quote
 
Richard Mueller [MVP]
Guest
Posts: n/a

 
      05-23-2009
Spin wrote:

> Does anyone have a VBS script which lists out the contents of the registry
> key which lists what software is installed on a machine?
>


From the Script Center, a program to list software in the registry:

http://www.microsoft.com/technet/scr.../usapvb11.mspx

and another that uses the Win32_Product class of WMI:

http://www.microsoft.com/technet/scr.../usapvb06.mspx

In both cases, assigning "." to the variable strComputer makes the program
query the local computer. You can assign the NetBIOS name of a remote
computer instead, if you have permissions.

--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--


 
Reply With Quote
 
Junior Member
Join Date: Dec 2010
Posts: 5

 
      12-24-2010
I've no idea,but if you want to optimise your computer,you can use tuneup360
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
When does \REGISTRY\MACHINE\SOFTWARE become available? Mike Yoke Windows Vista Drivers 18 12-24-2010 07:44 AM
installed software in 64bit machine? Miztiik Scripting 0 10-05-2007 04:35 PM
Script to scan machines for software installed Sridhar Scripting 1 08-26-2005 07:23 PM
NERO, Only one Burner Software Registry entry per Machine, HP SUCK jjv Windows Media Center 1 12-08-2004 02:03 AM
Script for showing all installed software mmenard2 Scripting 2 08-02-2004 05:17 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59