My home directory is c:\Users\phi as a user phi, and I made a directory at c:\Users\abc. I need to symbolic link from c:\Users\phi\hello to c:\Users\abc\hello.
I run the following command
mklink c:\Users\abc\hello c:\Users\phi\hello
But I get the Access is denied error. User phi is Administrator, so I have no problem writing files in c:\Users\abc.
Why is this? How to mklink?