0

I use the following commands:

rd "C:\Users\Administrator\Documents"
mklink /J "C:\Users\Administrator\Documents" "D:\Save Games\Documents"

and it does not work. I've tried search engines but failed (sorry my English is bad)

phuclv
  • 30,396
  • 15
  • 136
  • 260

2 Answers2

0

after time used to search engines I found the following command:

reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v Personal /t REG_SZ /d "D:\Save Games\Documents" /f

thanks for your reply

0

rd "C:\Users\Administrator\Documents" mklink /J "C:\Users\Administrator\Documents" "D:\Save Games\Documents" Instagram

Emon
  • 1