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.
key recognition
About this tag
Discussions on WindowsForum.com about key recognition focus on issues where registry keys under HKLM\Software are not identified in 64-bit versions of Windows 7. Users report that scripts or applications that search for specific registry keys and values work correctly on 32-bit systems but fail on 64-bit systems. This is often due to registry redirection, where 32-bit applications access a separate view of the registry under HKLM\Software\Wow6432Node. The tag covers troubleshooting such recognition problems, including verifying key paths, understanding WoW64 redirection, and ensuring scripts target the correct registry hive for their bitness.
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...