Disable NetBIOS
Silent install package for Disable NetBIOS
- Software Editor: -
- Signature Date:
- Official Website
- Luti Monitored: -
- 2932 downloads
Description
Disable netbios on all interfaces
This page references all Disable NetBIOS silent install packages. By using these packages with WAPT, our deployment software, you will be able to silently install Disable NetBIOS on your Windows.
tis-disable-netbios
Objective
Disable NetBIOS on network interfaces.
Some VPN solutions still require NetBIOS or may be impacted by its deactivation.
For this reason, a specific VPN adapter can be excluded from the process by modifying the VPN_NAME = "NAME_VPN_ADAPTER" section.
"""
Custom name of VPN adapter
Enter the name of the network adapter concerned:
ex: Get-NetAdapter | Select-Object InterfaceDescription
"""
VPN_NAME = "NAME_VPN_ADAPTER"
How it works
The script targets network interfaces with an active IP configuration (IPEnabled=True) using WMI and disables NetBIOS on them.
Usage
It is possible to define an exception by specifying the name of the network interface to ignore.
(If VPN_NAME matches part of the interface name, that interface will be skipped by the script.)