Site icon EfmSoft

What does NTSTATUS 0xC000019F (STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME) mean?

 
Previous Next
STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING STATUS_SECURITY_STREAM_IS_INCONSISTENT

STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME

The requested short-name operation is disabled on this volume

NTFS short names are a compatibility feature, not a guaranteed alias for every long filename. Their creation can be disabled globally or per volume, and existing names may differ from names generated on another system.

Software should use the long path returned by modern APIs. Enabling 8.3 creation solely to satisfy one component can add directory-update overhead and does not retroactively create aliases for every existing file.

What to inspect

References


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

Exit mobile version