2

Is there anyway to disable USB 3 UASP (USB Attached SCSI Protocol) support on Windows 10 build 1607 for devices which use Microsoft's drivers, and force the attached devices to communicate in BOT mode instead?

Muh Fugen
  • 500
  • 5
  • 13

1 Answers1

1

The UASP is implemented in the driver uaspstor.sys. To disable loading of this driver, run regedit, and set the start value to 4 (disabled) under: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UASPSto‌​r

Now reboot and look what happens.