How to

84.12.13 Resolve export path issue in Win 10

When exporting assets in Win 10 workstation, you might experience that the export locate the path specified for export despite the path exist in local drive.
You can overcome this issue by adding a Windows Registry key:
In [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System]
Create a 32-bit DWORD key value “EnableLinkedConnections" and set the value data to “1”.
Next, restart workstation to make setting take effect.  The export should view the export path after the restart.