Site icon EfmSoft

What does NTSTATUS 0xC0000425 (STATUS_HIVE_UNLOADED) mean?

 
Previous Next
STATUS_INCOMPATIBLE_DRIVER_BLOCKED STATUS_COMPRESSION_DISABLED

STATUS_HIVE_UNLOADED

The mount was removed while a stale key reference remained

RegUnLoadKey removes a mounted hive from the registry namespace without modifying its backing file. Code that retains a handle, object path, or cached wrapper after unload can receive this status when it attempts another operation.

The correct recovery is to reestablish the mount deliberately and reopen the key, not to keep retrying the stale handle. Unload coordination must include worker threads, notifications, and components that may have opened descendants of the mount point.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version