Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Turn on Network Icon

Featured Replies

:) After trying to turn the network icon on for months, I have finally figured out a easy way to do it. Microsoft could not make it simple and just have a basic registry key, they had to split it up. The network icon registry key is a combination of a network type Id (ClassGUID) and the adapter id (NetID) placed together to form a new key. Every computer has a different key that is why the network icon is not turned on by default. I am new to VB Scripting so excuse the code but it works. This script will detect up to 14 network devices and turn the network icon on. This script ignores any 1394 "Network" devices and just turns on true network devices. Simply place the script in a folder called Network in your $OEM$\$1\Install directory and call it with this batch code:

ECHO.

ECHO Turning On Network Connection Icon(s)

ECHO Please wait...

start /wait %systemdrive%\install\Network\NetworkIcon.vbs

ECHO.

Hope this helps everybody!!!!!

networkicon.vbs

Please specify which one is true for your script, just to be sure - what exactly does your script turn on....

1) Showing the network interface icon(s) in taksbar , whether the cable is connected or not.

1) Turning on the network interface (active or disabled)

Please specify which one is true for your script, just  to be sure - what exactly does your script turn on....

1) Showing the network interface icon(s) in taksbar , whether the cable is connected or not.

1) Turning on the network interface (active or disabled)

I would like to know that too!

What exactly does your script turn on?

  • Author

Sorry for not being clear. The script places the network icon on the taskbar whether the network is connected or not. It does not turn on/off network interfaces. Also for Service Pack 2 (Build 2162) there is a new check box under network properties:

Notify me when this connection has limited or no connectivity.

It also turns this on.

Oh, I secretly hoped, you found a solution to turn on/off the network interface conectivity. Because its not available anywhere on the web at all, and I was searching very hard for it.

But nevermind, this icon thing is very good. I switch it on manually everytime a new windows is installed. Now there is a script for it.

Thanks. :)

  • Author

So far I have figured out how to force all network interfaces to use DHCP, clear all static DNS and WINS entries and of course turn the network connection icon on. I am currently working on a script that will disable network interfaces on the fly just like you are looking for. Give me a few days of testing and I will upload it here. This script does all of the above. This script is really helpful on a domain and works great when you are imaging.

Enjoy!!

NetworkCombo.vbs

  • 2 months later...

@mc134

Thanks a ton, I have been looking to do this for a while.

  • 3 months later...

How do you use this in an unattended install? I can't seem to find any info on how to use a vbs during installation. I use RunOnceEx and CMDLINES.TXT, with a couple of batch files for apps that don't like RunOnceEx.

Otherwise, very slick! It works nice!

Jason

Nice work mc... any chance you could modify this so it doesnt show VMWare Network Adapters

@Jason

You should simply be able to call it like you would a batch file.

I posted a script a while ago that does this and additionally, it renames the "Local Area Connection" to whatever you want, and disables NetBIOS from all interfaces, including from firewire.

Something you need to keep in mind is that WMI is not available yet when cmdlines.txt runs. So you need to run it later.

http://www.msfn.org/board/index.php?showto...hl=network+tray

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.