DelTree( )
| Action: | Deletes
a subkey from the registry, including all the subkeys contained in the
specified subkey. |
||||
| Syntax: | DELTREE
("subkey") |
||||
| Parameters: |
Subkey
|
||||
| Remarks: |
When
this function runs, no confirmation is asked nor warning given. |
||||
| Returns: |
|
||||
| See Also: |
AddKey(
), DelKey( ),
ReadType( ), ReadValue(
), WriteValue( ) |
||||
| Example: |
$ReturnCode
= DelTree("HKEY_CURRENT_USER\EZReg") |