You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
xyz
About this tag
The tag xyz on WindowsForum.com covers discussions about registry keys under HKLM\Software, particularly in the context of Windows 7 64-bit compatibility. Users report issues where scripts or applications fail to identify custom registry keys created under HKLM\Software on 64-bit systems, while the same keys work on 32-bit Windows 7. The problem involves registry redirection for 32-bit applications on 64-bit Windows, where keys may be stored under Wow6432Node. Topics include creating registry entries, subkeys, string values, and scripting for automated actions based on registry detection.
Hello All,
I have been trying to create a registry entry which my Script file searches for and performs
a certain action upon successfully identifying it.
HKLM/Software/XYZ
XYZ is the key I am creating. XYZ also has a subkey making it
HKLM/Software/XYZ/ABC
Now I am adding a string value to ABC...