rd "C:\Users\Administrator\Documents" how it work?

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)

2

2 Answers

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

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

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like