Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Download NVSPBIND https://gallery.technet.microsoft.com/Hyper-V-Network-VSP-Bind-cf937850
- #Nvspbind.bat, harden all adapters, then re-enable "Microsoft Kernel Debug Network Adapter" defaults; run nvspbind first, and find/replace 258BDC24-1CC2-41D7-B01E-6684082CEDCF with your unique adapter UUID.
- #Download NVSPBIND https://gallery.technet.microsoft.com/Hyper-V-Network-VSP-Bind-cf937850
- #Code:
- .\nvspbind.exe /d "*" ms_pacer
- .\nvspbind.exe /d "*" ms_rspndr
- .\nvspbind.exe /d "*" ms_netbt
- .\nvspbind.exe /d "*" ms_netbios
- .\nvspbind.exe /d "*" ms_tcpip6
- .\nvspbind.exe /d "*" ms_lldp
- .\nvspbind.exe /d "*" ms_lltdio
- .\nvspbind.exe /d "*" ms_server
- .\nvspbind.exe /d "*" ms_msclient
- .\nvspbind.exe /d "*" ms_pppoe
- .\nvspbind.exe /d "*" ms_rdma_ndk
- #reset windows adapter debugger defaults:
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_rdma_ndk
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_tcpip6
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_lltdio
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_lldp
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_pppoe
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_rspndr
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_msclient
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_server
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_netbios
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_netbt
- .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_pacer
Advertisement
Add Comment
Please, Sign In to add comment