Guest User

Harden Win10 Adapters with Nvspbind

a guest
Jul 10th, 2020
673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. #Download NVSPBIND https://gallery.technet.microsoft.com/Hyper-V-Network-VSP-Bind-cf937850
  2. #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.
  3. #Download NVSPBIND https://gallery.technet.microsoft.com/Hyper-V-Network-VSP-Bind-cf937850
  4.  
  5. #Code:
  6.  
  7. .\nvspbind.exe /d "*" ms_pacer
  8. .\nvspbind.exe /d "*" ms_rspndr
  9. .\nvspbind.exe /d "*" ms_netbt
  10. .\nvspbind.exe /d "*" ms_netbios
  11. .\nvspbind.exe /d "*" ms_tcpip6
  12. .\nvspbind.exe /d "*" ms_lldp
  13. .\nvspbind.exe /d "*" ms_lltdio
  14. .\nvspbind.exe /d "*" ms_server
  15. .\nvspbind.exe /d "*" ms_msclient
  16. .\nvspbind.exe /d "*" ms_pppoe
  17. .\nvspbind.exe /d "*" ms_rdma_ndk
  18.  
  19. #reset windows adapter debugger defaults:
  20.  
  21. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_rdma_ndk
  22. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_tcpip6
  23. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_lltdio
  24. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_lldp
  25. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_pppoe
  26. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_rspndr
  27. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_msclient
  28. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_server
  29. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_netbios
  30. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_netbt
  31. .\nvspbind.exe /e "{258BDC24-1CC2-41D7-B01E-6684082CEDCF}" ms_pacer
Advertisement
Add Comment
Please, Sign In to add comment