To successfully install the application server and remote device agent, you must enable Microsoft Windows 8.3 file names before the installation. Perform the following steps to verify or enable Windows 8.3 file names:
fsutil behavior query disable8dot3
.
disable8dot=0
, then Windows 8.3 file names are enabled.disable8dot=1
, then Windows 8.3 file names are disabled. Continue with the next step to enable Windows 8.3 file names.fsutil behavior set disable8dot3 0
.