Thanks.
That will work. But Microsoft must be doing something else. If I go thru the
GUI and customize the Start Menu, when I click OK it is automactically
updated.
"Dave-UK" wrote:
>
> "dak" <> wrote in message news:2A9163A2-8D88-4217-B35E-...
> > I am trying to write a script to add a few items like: "Connect to" to the
> > Start Menu. This seems pretty easy by changing values in the registry and
> > setting
> > [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced]
> > "Start_ShowNetConn"=dword:00000001
> >
> > works to turn "Connect To" on after the next reboot.
> >
> > Is there a command to force Windows to re-look at the registry after setting
> > this value, so that the change becomes effective without having to reboot the
> > computer.
>
> One way would be to close and then restart Explorer.
>
> taskkill /F /IM “explorer.exe”
> explorer
>
>
>
>
>
|