Symlink — Windows 11

Settings → Privacy & security → For developers → Enable Developer Mode.

mklink MyDocuments C:\Users\Username\Documents windows 11 symlink

In Windows 11, a symbolic link (symlink) is a powerful file-system object that acts as a "transparent" bridge between two locations. Unlike a standard shortcut that simply points to a file, a symlink tricks the operating system and applications into believing a file or folder actually exists at the link's location, even if the data is stored elsewhere. Settings → Privacy & security → For developers

mklink [Link] [Target]