获取系统的documents路径

获取路径

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

执行powershell命令

[Environment]::GetFolderPath('MyDocuments')

 

调整路径

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

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

 

posted @ 2019-06-04 09:45  ChuckLu  阅读(693)  评论(0编辑  收藏  举报