How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

  • Thread starter Thread starter Spin
  • Start date Start date
S

Spin

Guest
How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Gurus,

Previously on this newsgroup I had asked if there was a Netsh script by
which I could set the parameters of my local NIC. There was. One must use
the "netsh interface ip set address" syntax. Now, is there any way one can
tell netsh to check the box "Show icon in notification area when connected"?
A BIG bonus to anyone who comes up with this answer!

--
Spin
 
Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?


"Spin" <Spin@invalid.com> wrote in message
news:69j3pgF33nfh3U1@mid.individual.net...
> Gurus,
>
> Previously on this newsgroup I had asked if there was a Netsh script by
> which I could set the parameters of my local NIC. There was. One must
> use the "netsh interface ip set address" syntax. Now, is there any way
> one can tell netsh to check the box "Show icon in notification area when
> connected"? A BIG bonus to anyone who comes up with this answer!


If you don't insist on making NetSh do it I can (almost certainly) tell you
how to do it from a script.

Use a Registry monitor (like RegWatch from SysInternals) to watch for
changes to the registry.

Make the change manually.

Now you know the change in the registry, so you can write any number
of script (including RegEdit command line) to make that same change.
 
Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Herb, where have you been hiding?


--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------

"Herb Martin" <news@learnquick.com> wrote in message
news:eJXC2p2uIHA.4260@TK2MSFTNGP05.phx.gbl...
>
> "Spin" <Spin@invalid.com> wrote in message
> news:69j3pgF33nfh3U1@mid.individual.net...
>> Gurus,
>>
>> Previously on this newsgroup I had asked if there was a Netsh script by
>> which I could set the parameters of my local NIC. There was. One must
>> use the "netsh interface ip set address" syntax. Now, is there any way
>> one can tell netsh to check the box "Show icon in notification area when
>> connected"? A BIG bonus to anyone who comes up with this answer!

>
> If you don't insist on making NetSh do it I can (almost certainly) tell
> you
> how to do it from a script.
>
> Use a Registry monitor (like RegWatch from SysInternals) to watch for
> changes to the registry.
>
> Make the change manually.
>
> Now you know the change in the registry, so you can write any number
> of script (including RegEdit command line) to make that same change.
>
>
>
 
Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?


"Phillip Windell" <philwindell@hotmail.com> wrote in message
news:uv01zF3uIHA.748@TK2MSFTNGP05.phx.gbl...
> Herb, where have you been hiding?


Right here (on general, ad, or dns groups mostly) -- I am an MVP
but don't usually bother to proclaim it.

--
Herb Martin, MCSE, MVP
http://www.LearnQuick.Com (phone on web site)
If you use LinkedIn then tell me where you know me from when linking:
http://www.linkedin.com/in/herbmartin



>> "Spin" <Spin@invalid.com> wrote in message
>> news:69j3pgF33nfh3U1@mid.individual.net...
>>> Gurus,
>>>
>>> Previously on this newsgroup I had asked if there was a Netsh script by
>>> which I could set the parameters of my local NIC. There was. One must
>>> use the "netsh interface ip set address" syntax. Now, is there any way
>>> one can tell netsh to check the box "Show icon in notification area when
>>> connected"? A BIG bonus to anyone who comes up with this answer!

>>
>> If you don't insist on making NetSh do it I can (almost certainly) tell
>> you
>> how to do it from a script.
>>
>> Use a Registry monitor (like RegWatch from SysInternals) to watch for
>> changes to the registry.
>>
>> Make the change manually.
>>
>> Now you know the change in the registry, so you can write any number
>> of script (including RegEdit command line) to make that same change.
>>
>>
>>

>
>
 
Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

"Herb Martin" <news@learnquick.com> wrote in message
news:u29d7O3uIHA.1240@TK2MSFTNGP02.phx.gbl...
>
> "Phillip Windell" <philwindell@hotmail.com> wrote in message
> news:uv01zF3uIHA.748@TK2MSFTNGP05.phx.gbl...
>> Herb, where have you been hiding?

>
> Right here (on general, ad, or dns groups mostly) -- I am an MVP
> but don't usually bother to proclaim it.


I haven't been in the MVP program for over a year now. I was an ISA MVP
then. I feel better suited to something more general like "networking"
rather than ISA specifically, but that's how it worked out.

But anyway,... no longer in the program.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
 
Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?


"Phillip Windell" <philwindell@hotmail.com> wrote in message
news:%23rrcJd3uIHA.4912@TK2MSFTNGP03.phx.gbl...
> "Herb Martin" <news@learnquick.com> wrote in message
> news:u29d7O3uIHA.1240@TK2MSFTNGP02.phx.gbl...
>>
>> "Phillip Windell" <philwindell@hotmail.com> wrote in message
>> news:uv01zF3uIHA.748@TK2MSFTNGP05.phx.gbl...
>>> Herb, where have you been hiding?

>>
>> Right here (on general, ad, or dns groups mostly) -- I am an MVP
>> but don't usually bother to proclaim it.

>
> I haven't been in the MVP program for over a year now. I was an ISA MVP
> then. I feel better suited to something more general like "networking"
> rather than ISA specifically, but that's how it worked out.
>
> But anyway,... no longer in the program.


I just like helping and answering questions -- both for others and because
it forces me to learn and sharpen my skills.

I am please with the benefits of the MVP award though and happy
to have them.
 
Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

"Herb Martin" <news@learnquick.com> wrote in message
news:%233RnnB4uIHA.3968@TK2MSFTNGP04.phx.gbl...
>
> "Phillip Windell" <philwindell@hotmail.com> wrote in message
> news:%23rrcJd3uIHA.4912@TK2MSFTNGP03.phx.gbl...
>> "Herb Martin" <news@learnquick.com> wrote in message
>> news:u29d7O3uIHA.1240@TK2MSFTNGP02.phx.gbl...
>>>
>>> "Phillip Windell" <philwindell@hotmail.com> wrote in message
>>> news:uv01zF3uIHA.748@TK2MSFTNGP05.phx.gbl...
>>>> Herb, where have you been hiding?
>>>
>>> Right here (on general, ad, or dns groups mostly) -- I am an MVP
>>> but don't usually bother to proclaim it.

>>
>> I haven't been in the MVP program for over a year now. I was an ISA MVP
>> then. I feel better suited to something more general like "networking"
>> rather than ISA specifically, but that's how it worked out.
>>
>> But anyway,... no longer in the program.

>
> I just like helping and answering questions -- both for others and because
> it forces me to learn and sharpen my skills.
>
> I am please with the benefits of the MVP award though and happy
> to have them.


Exactly the same reasons for me. That's why I'm still here even without the
MVP status.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
 
Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Phillip,

Networking is no longer an award category under the MVP program. I
am now a virtual machine awardee with networking as a discipline instead of
the other way around!

"Phillip Windell" <philwindell@hotmail.com> wrote in message
news:uIEjyE4uIHA.2292@TK2MSFTNGP03.phx.gbl...
> "Herb Martin" <news@learnquick.com> wrote in message
> news:%233RnnB4uIHA.3968@TK2MSFTNGP04.phx.gbl...
>>
>> "Phillip Windell" <philwindell@hotmail.com> wrote in message
>> news:%23rrcJd3uIHA.4912@TK2MSFTNGP03.phx.gbl...
>>> "Herb Martin" <news@learnquick.com> wrote in message
>>> news:u29d7O3uIHA.1240@TK2MSFTNGP02.phx.gbl...
>>>>
>>>> "Phillip Windell" <philwindell@hotmail.com> wrote in message
>>>> news:uv01zF3uIHA.748@TK2MSFTNGP05.phx.gbl...
>>>>> Herb, where have you been hiding?
>>>>
>>>> Right here (on general, ad, or dns groups mostly) -- I am an MVP
>>>> but don't usually bother to proclaim it.
>>>
>>> I haven't been in the MVP program for over a year now. I was an ISA MVP
>>> then. I feel better suited to something more general like "networking"
>>> rather than ISA specifically, but that's how it worked out.
>>>
>>> But anyway,... no longer in the program.

>>
>> I just like helping and answering questions -- both for others and
>> because
>> it forces me to learn and sharpen my skills.
>>
>> I am please with the benefits of the MVP award though and happy
>> to have them.

>
> Exactly the same reasons for me. That's why I'm still here even without
> the MVP status.
>
> --
> Phillip Windell
> www.wandtv.com
>
> The views expressed, are my own and not those of my employer, or
> Microsoft,
> or anyone else associated with me, including my cats.
> -----------------------------------------------------
>
>
 
Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?

Re: How to check the box "Show icon in notification area when connected" in NIC properties using Netsh?


"Bill Grant" <not.available@online> wrote in message
news:ezj6pU5uIHA.4848@TK2MSFTNGP05.phx.gbl...
> Phillip,
>
> Networking is no longer an award category under the MVP program. I
> am now a virtual machine awardee with networking as a discipline instead
> of the other way around!


Shoot, besides AD and DNS where I post very frequently, I move
from group to group as my interest and needs motivate.

Sometimes I am even a high poster in Arabic Windows or some other
unusual group.


> "Phillip Windell" <philwindell@hotmail.com> wrote in message
> news:uIEjyE4uIHA.2292@TK2MSFTNGP03.phx.gbl...
>> "Herb Martin" <news@learnquick.com> wrote in message
>> news:%233RnnB4uIHA.3968@TK2MSFTNGP04.phx.gbl...
>>>
>>> "Phillip Windell" <philwindell@hotmail.com> wrote in message
>>> news:%23rrcJd3uIHA.4912@TK2MSFTNGP03.phx.gbl...
>>>> "Herb Martin" <news@learnquick.com> wrote in message
>>>> news:u29d7O3uIHA.1240@TK2MSFTNGP02.phx.gbl...
>>>>>
>>>>> "Phillip Windell" <philwindell@hotmail.com> wrote in message
>>>>> news:uv01zF3uIHA.748@TK2MSFTNGP05.phx.gbl...
>>>>>> Herb, where have you been hiding?
>>>>>
>>>>> Right here (on general, ad, or dns groups mostly) -- I am an MVP
>>>>> but don't usually bother to proclaim it.
>>>>
>>>> I haven't been in the MVP program for over a year now. I was an ISA
>>>> MVP then. I feel better suited to something more general like
>>>> "networking" rather than ISA specifically, but that's how it worked
>>>> out.
>>>>
>>>> But anyway,... no longer in the program.
>>>
>>> I just like helping and answering questions -- both for others and
>>> because
>>> it forces me to learn and sharpen my skills.
>>>
>>> I am please with the benefits of the MVP award though and happy
>>> to have them.

>>
>> Exactly the same reasons for me. That's why I'm still here even without
>> the MVP status.
>>
>> --
>> Phillip Windell
>> www.wandtv.com
>>
>> The views expressed, are my own and not those of my employer, or
>> Microsoft,
>> or anyone else associated with me, including my cats.
>> -----------------------------------------------------
>>
>>

>
>
 
Back
Top