Use mklink
mklink [[/d] | [/h] | [/j]] <Link> <Target>
/D – used to create symbolic links for directories (d for directory)
/H – used to create hard links (h for hard link)
/J – used to create directory junction (j for junction)
Link - specifies the new symbolic link name.
Target - specifies the path (relative or absolute) that the new link
refers to.
No seu caso, cd
to C:\users\public\games
, então:
MKlink /D Pictures F:\screenshots\games