CPB Mailing List

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MoveReg Keys?



Well, I haven't used this api, but I'll guess:

String OldKey = "HKEY_CURRENT_USER\Software\High Voltage\High Security\5\";

String NewKey = "HKEY_CURRENT_USER\Software\High Voltage\High Security\3\";

bool Delete = true;// if false then OldKey will be left intact. Both will
exist.

MoveKey(OldKey, NewKey, Delete);// OldKey deleted.


Could you please let me know if this works?
Thanks.
Ken



W Komornicki's Home Page | Main Index | Thread Index