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.
"Sam" <(E-Mail Removed)> wrote in message
news:93B223AE-3CF9-4D41-9D19-(E-Mail Removed)...
> 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
|