Why create symbolic links
Some games cannot recognize Chinese paths Need to load from third-party game library to official game library Save time and improve efficiency
Use Linkexe link
Configuration file description
[Count]
;文件个数
FileCount=1
[PathInfo]
;SourceFile源文件相对于本exe所在目录 DriveLetter映射目标路径
SourceFile0=Battle.net
DriveLetter0=C:\ProgramData\
;注意序号默认从0开始,如果设置非0会报错无法正常运行Note: This program is not public, this configuration file is only for recording
Create symbolic links using Powershell script
To be updated and improved
New-Item -ItemType SymbolicLink -Path "Symbolic\Link\Path" -Target "New\Target\For\Link" -Force
Related reading
How to change the drive in a symbolic link?
https://superuser.com/questions/1362951/how-to-change-the-drive-in-a-symbolic-link#
Microsoft Knowledge Center https://docs.microsoft.com/zh-cn/windows-server/administration/windows-commands/mklink
** application example ** https://www.itiohub.com/log/steamgame.html