but this is not required for directory junctions. junctions can be created without this privilege. it would be good to not require admin to create this directory junctions as it is simply not required.
mklink /J /D mylinkname .\target
Junction created for mylinkname <<===>> .\target
Directory of C:\test
23.11.2020 19:35 <DIR> .
23.11.2020 19:35 <DIR> ..
23.11.2020 19:35 <JUNCTION> mylinkname [C:\test\target]
23.11.2020 19:35 <DIR> target
0 File(s) 0 bytes
please preserve junctions as junctions and don't require admin to create them
edit: awesome program! :D