proman
02-24-2003, 02:51 PM
I'm trying to setup a registry key through a script.
The key will hold a multi string value. I tried the following command:
RegDBSetDefaultRoot(HKEY_LOCAL_MACHINE);
RegDBSetKeyValueEx ( "SYSTEM\\CurrentControlSet\\Services\\Service" , "DependOnService" , REGDB_STRING_MULTI , "DkTknSvr",8 );
for some reason I run the script and it will not create the key.
Is there a trick to it?
Pierre
The key will hold a multi string value. I tried the following command:
RegDBSetDefaultRoot(HKEY_LOCAL_MACHINE);
RegDBSetKeyValueEx ( "SYSTEM\\CurrentControlSet\\Services\\Service" , "DependOnService" , REGDB_STRING_MULTI , "DkTknSvr",8 );
for some reason I run the script and it will not create the key.
Is there a trick to it?
Pierre