Hey all,
I'm trying to change the value of a REG_EXPAND_SZ key, here is what I have;
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\13]
"ConfigUiPath"=C:\WINDOWS\system32\ratls.dll
"IdentityPath"=C:\WINDOWS\System32\ratls.dll
"InteractiveUIPath"=C:\WINDOWS\System32\ratls.dll
"Path"=C:\WINDOWS\System32\rastls.dll
when when I run it, it doesn't change the value.
I've tried this below, to stop it changiong the key from a REG_EXPAND_SZ to a REG_SZ data type, but it's still not working!!
"ConfigUiPath"=hexadecimal(2):c:\windows\system32\ratls.dll
I think the secound : might be causing the problem...
Has anone got any experenice with edititng the registry with .reg files???
Cheers in advance.
I'm trying to change the value of a REG_EXPAND_SZ key, here is what I have;
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP\13]
"ConfigUiPath"=C:\WINDOWS\system32\ratls.dll
"IdentityPath"=C:\WINDOWS\System32\ratls.dll
"InteractiveUIPath"=C:\WINDOWS\System32\ratls.dll
"Path"=C:\WINDOWS\System32\rastls.dll
when when I run it, it doesn't change the value.
I've tried this below, to stop it changiong the key from a REG_EXPAND_SZ to a REG_SZ data type, but it's still not working!!
"ConfigUiPath"=hexadecimal(2):c:\windows\system32\ratls.dll
I think the secound : might be causing the problem...
Has anone got any experenice with edititng the registry with .reg files???
Cheers in advance.
