Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I need a little help with searching the registry for a key using a .vbs file.
The information I have is:
For example I want to uninstall “Zune” from my client’s machine.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9B75648B-6C30-4A0D-9DE6-0D09D20AF5A5}]
"DisplayName"="Zune"

What I would like is to be able to search for "DisplayName"="Zune".
This part of the key is
The part that I need to see in a variable is “\{9B75648B-6C30-4A0D-9DE6-0D09D20AF5A5}]“ without the quotes.

This part looks like it is different of some computers.

Or get the “UninstallString” Value data into a variable.

let me know is anything was unclear and I will try to explain it a bit better.
Posted
Updated 7-Oct-12 19:38pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900