Shawndt Posted February 9, 2010 Posted February 9, 2010 Good Morning Ladies and Gents, I went through the list of question. I did not see this question. I am trying to read on a pc, all programs install. My problem is the applications and their unique keys. IS there a way I can read the key as a variable or something? sort of like @computername? $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\uninstall", "DisplayName") MsgBox(4096, "Currently installed programs:", $var) mytikettenden 1
NiVZ Posted February 9, 2010 Posted February 9, 2010 Good Morning Ladies and Gents,I went through the list of question. I did not see this question. I am trying to read on a pc, all programs install. My problem is the applications and their unique keys. IS there a way I can read the key as a variable or something? sort of like @computername? $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\uninstall", "DisplayName")MsgBox(4096, "Currently installed programs:", $var)Have a look at the help topic for 'RegEnumKey'. This does exactly what you need.NiVZ
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now