– delete and recreate:
By default, creating symlinks requires privileges. To allow regular users: windows soft link
mklink /D "C:\My Links\Work Docs" "D:\Company Files\2024 Reports" – delete and recreate: By default, creating symlinks
mklink "C:\Users\Me\Desktop\notes.txt" "D:\Documents\notes.txt" – delete and recreate: By default