key value

About this tag
This tag covers issues related to modifying Windows Registry key values, including problems with .reg files not applying changes and VBA scripts failing to write to the registry in Windows 7. Users discuss UAC settings, administrator privileges, and registry redirection as potential causes. Troubleshooting tips focus on ensuring proper permissions and understanding 32-bit vs 64-bit registry paths.
  1. P

    Windows 10 Double click on *.reg file does NOT change the key value in Registry

    I have a *.reg script which just modifies (overwrites) the value of a certain, existing Registry key. When I double click on it (similar to Win7) then a popup appears asking me if I really want to add the key. After clicking Ok I was informed that the key value has been added successfully...
  2. M

    Windows 7 VBA write to registry Win 7

    I am not able to figure out how to write to the registry in VB or VBA. I tried using the windows APi and WS.Script, both work in the XP environment, but not Win7 I just need to create a key and set the key value. MY current code I am using can read the key if I manually create it. I have read...
Back
Top