All Tweaks

🛡️ Firewall & Security

Disable Unnecessary Network Adapters

Disable unused network components like Pacer, SMB Server, LLDP, and LLTD

Benefit

Reduces network exposure and removes potentially vulnerable network services

Impact

medium

Commands (9)

# Pacer (QoS)
Disable-NetAdapterBinding -Name "*" -ComponentID "ms_pacer"
# SMB Server
Disable-NetAdapterBinding -Name "*" -ComponentID "ms_server"
# LLDP
Disable-NetAdapterBinding -Name "*" -ComponentID "ms_lldp"
# LLTD
Disable-NetAdapterBinding -Name "*" -ComponentID "ms_lltdio"
Disable-NetAdapterBinding -Name "*" -ComponentID "ms_rspndr"