Hi all,
I am using the following CMD command;
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Personal /t REG_SZ /d P:\ /f
However, this doesn't work. The key already exists, as as 'M:\', but I need it to change to 'P:\'.
The CMD prompt states 'The operation completed successfully', but the key does not change.
I need to do this via CMD, rather than a .reg or regedit.
Thank you.