Convert a registry modification script

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
 
B

Bill Sanderson

I think I could do this, but you should consult some folks more expeienced
in scripting.

This forum is for the support of Windows Defender, Microsoft's anti-spyware
application.

I've tried to navigate through Microsoft's increasingly fragmented and
arcane system of newsgroups and web forums, and haven't succeeded in finding
you a scripting group.

I believe there is at least one--but if you can't find it, try somewhere the
server administrators hang out---they may either have your answer, or know
where to ask.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top