Hi,

How do I set the following fields in registry from a vbs script:

1. Auto arrange desktop icons

2. Display the My Computer, Network Neighbourhood, My Documents and IE
shortcuts on the desktop.

Thanks a lot for help on this

regards

jake

Re: Use VBS to set registry values.. by Dave

Dave
Sun Sep 02 16:03:34 PDT 2007

Give this one a go.

http://www.microsoft.com/windowsxp/using/setup/expert/honeycutt_02september16.mspx


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Jake" wrote:
> Hi,
>
> How do I set the following fields in registry from a vbs script:
>
> 1. Auto arrange desktop icons
>
> 2. Display the My Computer, Network Neighbourhood, My Documents and IE
> shortcuts on the desktop.
>
> Thanks a lot for help on this
>
> regards
>
> jake


Re: Use VBS to set registry values.. by mayayana

mayayana
Sun Sep 02 19:01:11 PDT 2007

For future reference, you might want to download
TweakUI and Regmon. Regmon lets you see what's
happening in the Registry, in real time. It's very
handy for figuring out what settings do what.

> How do I set the following fields in registry from a vbs script:
>
> 1. Auto arrange desktop icons
>
> 2. Display the My Computer, Network Neighbourhood, My Documents and IE
> shortcuts on the desktop.
>
> Thanks a lot for help on this
>
> regards
>
> jake