H
HKReader HKfai
Mark,
Thanks for your concern on my request.
Today I have made a scritp to run for uninstall folder in
registry, but only folder name provided.
Now I would like to solve how could it provide more
details in each software folder as I posted my request
before. It could includes more details rather than
displayname and displayvision only.
Thanks a million.
const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "."
Set StdOut = WScript.StdOut
Set oReg=GetObject("winmgmts:
{impersonationLevel=impersonate}!\\" &_
strComputer & "\root\default:StdRegProv")
strKeyPath
= "SOFTWARE\Microsoft\Windows\Currentversion\uninstall"
oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
For Each subkey In arrSubKeys
StdOut.WriteLine subkey
Next
Thanks for your concern on my request.
Today I have made a scritp to run for uninstall folder in
registry, but only folder name provided.
Now I would like to solve how could it provide more
details in each software folder as I posted my request
before. It could includes more details rather than
displayname and displayvision only.
Thanks a million.
const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "."
Set StdOut = WScript.StdOut
Set oReg=GetObject("winmgmts:
{impersonationLevel=impersonate}!\\" &_
strComputer & "\root\default:StdRegProv")
strKeyPath
= "SOFTWARE\Microsoft\Windows\Currentversion\uninstall"
oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
For Each subkey In arrSubKeys
StdOut.WriteLine subkey
Next