S
Sam
Hi,
How do I convert this VBScript:
objShell.RegWrite
"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\My
Music","S:\Music Libraries\"&objNetwork.Username &"'s Music","REG_EXPAND_SZ"
objShell.RegWrite
"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders\Personal", "U:\", "REG_EXPAND_SZ"
objShell.RegWrite
"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\My
Pictures", "U:\My Pictures", "REG_EXPAND_SZ"
to Batch reg add commands. Can you guys convert this to a reg add command I
can round from the command prompt?
Thank you
How do I convert this VBScript:
objShell.RegWrite
"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\My
Music","S:\Music Libraries\"&objNetwork.Username &"'s Music","REG_EXPAND_SZ"
objShell.RegWrite
"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders\Personal", "U:\", "REG_EXPAND_SZ"
objShell.RegWrite
"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\My
Pictures", "U:\My Pictures", "REG_EXPAND_SZ"
to Batch reg add commands. Can you guys convert this to a reg add command I
can round from the command prompt?
Thank you