Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > anyone know if this is possible?

Reply
Thread Tools Display Modes

anyone know if this is possible?

 
 
James
Guest
Posts: n/a

 
      04-29-2009
hello,

I need to remove this button from the GUI, if possible:

server 2008, control panel -> network and sharing center -> manage network
connections, then select a nic

OR start -> run, and type: control netconnections
and then select a nic

is there a way to get rid of the 'disable this network device' button that
appears at the top, on the toolbar right under the menus? I know, kind of a
wierd request but I need to find out and then script the change if its
possible.

any input would be appreciated.
thanks.


 
Reply With Quote
 
 
 
 
Bob Landau
Guest
Posts: n/a

 
      04-29-2009
Why not just Windows determine whether this can be disabled or not based on
the rights granted to this user?

While GPO can be used to enable/disable many things in Windows I don't think
it can be applied at this level of granulatity.

btw you stll would need to remove File->Disable in the menu and Disable in
the context menu.

You can disable the NCPA.cpl using either the registry or GPO would that be
enough?

http://www.windowsnetworking.com/nt/...rtips283.shtml



"James" wrote:

> hello,
>
> I need to remove this button from the GUI, if possible:
>
> server 2008, control panel -> network and sharing center -> manage network
> connections, then select a nic
>
> OR start -> run, and type: control netconnections
> and then select a nic
>
> is there a way to get rid of the 'disable this network device' button that
> appears at the top, on the toolbar right under the menus? I know, kind of a
> wierd request but I need to find out and then script the change if its
> possible.
>
> any input would be appreciated.
> thanks.
>
>
>

 
Reply With Quote
 
James
Guest
Posts: n/a

 
      04-30-2009
Thank you both for the replies... I don't actually want to disable the
ability to disable network adapters, just that button. I know its a wierd
request, but again, I have been asked to find out and do so if possible.

I'm assuming my only hope is if the items displayed on that tool bar are
controlled via a registry setting I can change. But, since you can't
actually use any GUI options to get rid of it I can't make the change and
inspect a before and after dump of the registry to see what was changed.


"James" <> wrote in message
news:...
> hello,
>
> I need to remove this button from the GUI, if possible:
>
> server 2008, control panel -> network and sharing center -> manage network
> connections, then select a nic
>
> OR start -> run, and type: control netconnections
> and then select a nic
>
> is there a way to get rid of the 'disable this network device' button that
> appears at the top, on the toolbar right under the menus? I know, kind of
> a
> wierd request but I need to find out and then script the change if its
> possible.
>
> any input would be appreciated.
> thanks.
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59