Kofax - How to Enable 8dot3 File Name Creation
Applies to
Kofax Capture 10.x and 11.x
Summary
How to Enable 8dot3 File Name Creation.
Answer/Solution
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 ModifySet the Value to
0
Reboot the workstation and verify the value remained
0
To verify that 8dot3 File Name Creation has been enabled:
Open a command prompt "as administrator"
Run the following command:
fsutil.exe behavior query disable8dot3
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. |
CASO Knowledge Base