How to use Symlinks
Symlinks are created either using the mklink command or the CreateSymbolicLink API
mklink
There is no change in how to call mklink. For users who have Developer Mode enabled, the mklink command will now successfully create a symlink if the user is not running as an administrator.
CreateSymbolicLink
To enable the new behavior when using the
CreateSymbolicLink
API, there is an additionaldwFlags
option you will need to setSYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE
Portanto, se o software que você está usando estiver usando a CreateSymbolicLink
API, eles precisarão atualizar suas chamadas para especificar o novo sinalizador.