Hi,
I want to change the value of registry key with another,
so that ...\open be changed in \open1. I've start with the following:
Dim WSHShell, valKey
Set WSHShell = WScript.CreateObject("WScript.Shell")
valKey = WSHShell.RegRead("HKEY_CLASESS_ROOT\VBSFile\Shell\open")
..but I get an error message:"Invalid root in registry key HKEY..."
I don't know what's wrong.
Could someone tell me how can I rename the open in open1 ?
Thanks
I want to change the value of registry key with another,
so that ...\open be changed in \open1. I've start with the following:
Dim WSHShell, valKey
Set WSHShell = WScript.CreateObject("WScript.Shell")
valKey = WSHShell.RegRead("HKEY_CLASESS_ROOT\VBSFile\Shell\open")
..but I get an error message:"Invalid root in registry key HKEY..."
I don't know what's wrong.
Could someone tell me how can I rename the open in open1 ?
Thanks