I need to modify the value of HKEY_CURRENT_USER\Software\Microsoft\WAB\WAB4\Wab File Name in my WinXP PRO registry. I have written the following script:
$key = 'HKEY_CURRENT_USER\Software\Microsoft\WAB\WAB4\Wab'; #use Win32::TieRegistry; use Win32::TieRegistry ( Delimiter=>"/" ); $wabPath = $Registry->{$key};
The above code seems to get the current value of the key and store it in $wabPath exactly as desired. However, I can't seem to figure how to change the key value in the registry.
Any pointers?Andrew Kenton Mitchell
Andrew@AndrewKMitchell.com
In reply to Changing Registry Values by akm2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |