Re: How to programmatically read registry for installation and version of 3 specific software apps
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Not sure about last launch date, it might be a registry key somewhere
but essentially what you want to do is write a script that will check
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall. Check for the
appropriate information you need and exit. There are a few utilities
that you might want to check...
reg.exe from resource kit
pstools from sysinternals.com
Above tools are used if you write a DOS batch script. You could
probably right a VBS script to do it but I am not too familiar with it.
.
Relevant Pages
- Help with Outlook profile script
... I would like to have a script that checks if the correct Outlook profile is configured in the users profile. ... Outlook profiles are configured in the following registry key: ... (microsoft.public.scripting.vbscript) - Script help needed with conditionals and Registry key
... I need a vbs/wmi or bat script to check to see if the following ... The personal key defines the location of the My Documents folder. ... 1)record in memory the current setting of the Personal registry key ... (microsoft.public.windows.server.scripting) - Re: need a script which deletes a certain registry key that has subkeys
... > Spin wrote: ... >> I need a script which first deletes a certain registry key that has ... >> subkeys, then adds a new key into it's place. ... >> is the first part of my script. ... (microsoft.public.windows.server.scripting) - Re: Problem with a form!
... I had attempt all the changes suggested, but my script don't launch the ... Prev by Date: ... (comp.lang.javascript) - Re: getting a list of all the values for a given registry key
... run the following script, I will indeed be told all the values. ... values for a given registry key? ... RegRead? ... EnumValues tells you the value type, ... (microsoft.public.scripting.vbscript) |
|