Enable 8dot3 File Name Creation
Issue
How to Enable 8dot3 File Name Creation.
Solution
8 dot 3 File Name Creation can be enabled from either an elevated command prompt or the Windows Registry
To enable 8dot3 File Name Creation from the command prompt:
- Open the Command Prompt as administrator.
-
Execute the following command:
fsutil.exe behavior set disable8dot3 0
-
Windows 7 will not provide any response. Windows 8 and Windows 10 will respond with the following: "The registry state is now: 0 (Enable 8dot3 name creation on all volumes)".
-
Reboot the PC.
To enable 8dot3 File Name Creation from the Windows Registry:
- Run
regedit.exe
- Navigate to
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
- Right-click
NtfsDisable8dot3NameCreation
and select Modify
- Set the Value to
0
- Reboot the workstation and verify the value remained
0
To verify that 8dot3 File Name Creation has been enabled:
1. Open a command prompt "as administrator"
2. Run the following command:
fsutil.exe behavior query disable8dot3
3. If the 8.3 file name creation is disabled the following result will be displayed:
The registry state of NtfsDisable8dot3NameCreation is 0
The Ntdisable8dot3NameCreation value can be controlled by a local or group policy. If the value is controlled by a Group Policy, the value may be set back to its original value after the reboot. If the value is controlled by Group Policy the Active Directory administrator may need to make this update to their policy.
Level of Complexity
Moderate
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax Capture | 11.1, 11.0, 10.2, 10.1, 10.0 | All | N/A | N/A |
References
N/A
Article # 3031362