Site icon EfmSoft

What does NTSTATUS 0xC000015C (STATUS_NOT_REGISTRY_FILE) mean?

 
Previous Next
STATUS_LOGON_TYPE_NOT_GRANTED STATUS_NT_CROSS_ENCRYPTION_REQUIRED

STATUS_NOT_REGISTRY_FILE

A text export, wrong file, or malformed binary image was supplied

Registry load and restore APIs expect a binary hive in the appropriate registry file format. A Registry Editor .reg export, an arbitrary configuration file, a compressed backup, or a truncated hive is not interchangeable with that format.

Confirm both provenance and intended API. RegLoadKey mounts a hive below HKEY_LOCAL_MACHINE or HKEY_USERS, whereas RegRestoreKey replaces the contents below an already opened key. Passing the right file to the wrong workflow can be as damaging as passing an invalid file.

What to inspect

References


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

Exit mobile version