- Local time
- 6:19 AM
- Posts
- 167
- OS
- Windows 11 27783
Under Ethernet Properties, I have a habit of uninstalling:
Client for Microsoft Networks
File and Printer Sharing for Microsoft Networks
QoS Packet Scheduler
Microsoft Network Adapter Multiplexor Protocol
Microsoft LLDP Protocol Driver
Internet Protocol Version 6 (TCP/IP6)
Link-Layer Topology Discovery Responder
Link-Layer Topology Discovery Mapper I/O Driver
Using Disable-NetAdapterBinding, can I run the following command to uninstall these options on any NIC?
Client for Microsoft Networks
File and Printer Sharing for Microsoft Networks
QoS Packet Scheduler
Microsoft Network Adapter Multiplexor Protocol
Microsoft LLDP Protocol Driver
Internet Protocol Version 6 (TCP/IP6)
Link-Layer Topology Discovery Responder
Link-Layer Topology Discovery Mapper I/O Driver
Using Disable-NetAdapterBinding, can I run the following command to uninstall these options on any NIC?
Will the asterisk * suffice for -Name, or must it be done another way?Disable-NetAdapterBinding -Name * -DisplayName "File and Printer Sharing for Microsoft Networks"
- Windows Build/Version
- Windows 11 27729
My Computer
System One
-
- OS
- Windows 11 27783
- Computer type
- PC/Desktop
- CPU
- Intel i7 7700 @4.0ghz
- Memory
- 64gb DDR4
- Graphics Card(s)
- Radeon RX 5500 XT
- Other Info
- https://www.github.com/shoober420