Checking whether working with symbolic links is allowed is done through the command prompt (CMD) in administrator mode.
Step 1
Run CMD as administrator by right-clicking on CMD and selecting the “Run as administrator” option.
Step 2
In the window it is necessary to type the command “fsutil behavior query SymlinkEvaluation”
and press the ENTER button
A list of links and their status will appear on the screen.
If the status of one of the icons is disabled, it is necessary to type the command to allow it (enabled).
Step 3
Typing one of the following commands will allow connection via symbolic links:
Local to local
fsutill behavior set SymlinkEvaluation L2L:1
Local to remote
fsutill behavior set SymlinkEvaluation L2R:1
Remote to local
fsutill behavior set SymlinkEvaluation R2L:1
Remote to remote
fsutill behavior set SymlinkEvaluation R2R:1
When the connection is allowed for all symbolic links, CMD can be closed.