Need Help with Registry Creation
Budget: $10 – $30 USD
Im on a 64bit machine..
i want to bring back the resulks from
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
AND list the DISPLAYNAMES in a text file...
BUT, this i can do, as it shows all results fine only in 64 part of the registry.
I also need it to show results for 32 bit also.
ive tried subsituing keys
KEY_WOW64_32KEY to access the 32-bit view of the registr to access KEY_WOW64_64KEY but it doesnt show 32 results.
So i need it to show both 32BIT AND 64BIT DISPLAYNAMES under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall in a text file
i want to bring back the resulks from
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
AND list the DISPLAYNAMES in a text file...
BUT, this i can do, as it shows all results fine only in 64 part of the registry.
I also need it to show results for 32 bit also.
ive tried subsituing keys
KEY_WOW64_32KEY to access the 32-bit view of the registr to access KEY_WOW64_64KEY but it doesnt show 32 results.
So i need it to show both 32BIT AND 64BIT DISPLAYNAMES under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall in a text file