CRegistry:DeleteKey
The DeleteKey method deletes a registry key and all its contained subkeys and values.
CRegistry:DeleteKey( sKey )
Deletes the registry key including all its subkeys and values.
The following script opens a registry key named MyKey, works with it, and then deletes the key and all its contents:
|
-- open the key named "MyKey". |
|
-- do something with the registry. |
|
-- delete the "MyKey" key and all its contents. |
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.