获取系统的documents路径

获取路径

https://superuser.com/questions/1132288/windows-command-prompt-get-relocated-users-documents-folder

执行powershell命令

[Environment]::GetFolderPath('MyDocuments')

调整路径

右键选中文件夹,属性。然后在Location中选择Move,选好了目标路径,就可以迁移了。

迁移完成之后,可以用上面的命令确认一下系统的路径是否变化了

猜你喜欢

转载自www.cnblogs.com/chucklu/p/10971749.html