Hi All, I need a batch or vbs script to change the default path of "My Documents" to an "H:" drive.
Any help would be much appreciated.
Thanks
VBScript: CreateObject("WScript.Shell").RegWrite _ "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" _ & "\User Shell Folders\Personal", "H:\", "REG_EXPAND_SZ"
Many Thanks, the script works really well!
:)
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |