UnloadHive( )
| Action: | Unloads
the specified key and subkeys from the registry. |
||||
| Syntax: | UNLOADHIVE
("key") |
||||
| Parameters: |
Key
|
||||
| Remarks: |
On
Windows NT, using UNLOADHIVE requires Backup and Restore privileges. |
||||
| Returns: |
|
||||
| See Also: |
LoadHive(
) |
||||
| Example: |
$ReturnCode
= UnLoadHive( "HKEY_USERS\Fiets" ) |