https://superuser.com/questions/1132288/windows-command-prompt-get-relocated-users-documents-folder
执行powershell命令
[Environment]::GetFolderPath(‘MyDocuments‘)
获取系统的documents路径
原文:https://www.cnblogs.com/chucklu/p/10971749.html