mklink creating symbolic link succeeds in Windows 10 Home but fails in Windows 10 Professional
c:dir> mklink a b In Home Edition it succeeds. But in Professional Edition it fails with message ‘You do not have sufficient privilege to perform this operation.’ Windows version is [Version 10.0.19045.4651]. Another question: Windows 10 (1703, v10.0.14972) introduces a SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE flag in the CreateSymbolicLink API, but this also fails in my Professional Edition with […]