cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mthapa
Level 2

Reg_expand_sz Type Key

I wanted to create a key "(Default)" under
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VBSFile\Shell\runas\Command as REG_EXPAND_SZ type. But I am also getting one entry with same name with type REG_SZ.

Here is my code:
RegDBSetDefaultRoot(HKEY_LOCAL_MACHINE);
RegKy = "SOFTWARE\\Classes\\VBSFile\\Shell\\runas\\Command";
if( RegDBKeyExist ( RegKy) != 1 )then
rst = RegDBSetKeyValueEx(RegKy, "(Default)", REGDB_STRING_EXPAND, "%SystemRoot%\\System32\\WScript.exe \"%1\" %*", -1);
if (rst < 0) then
MessageBox("Failed to value", WARNING);
endif;
endif;


I dont want the another key with REG_SZ type. Please suggest.

Thanks
Labels (1)
0 Kudos
(1) Reply
shemareddy
Level 4

Hi Mthapa,

Trying on which product.? PLease check if this was the right forum for you.
0 Kudos