|
| KiXtart Command Reference |
UNLOADHIVEactionUnloads the specified key and subkeys from the registry. syntaxUNLOADHIVE ("key") parametersKey The key you want to unload. This key must have been created using LoadHive. remarksOn Windows NT, using UNLOADHIVE requires Backup and Restore privileges. returns
example$ReturnCode = UnLoadHive( "HKEY_USERS\Fiets" ) If $ReturnCode = 0 ? "Hive unloaded...." Endif |