pbatard / libwdi

Windows Driver Installer library for USB devices
GNU General Public License v3.0
1.9k stars 466 forks source link

Option for install as non-removable #278

Closed yw4z closed 2 years ago

yw4z commented 2 years ago

Hi thanks for your efforts on this

i changed my corsair h115i driver to winUSB with this tool but windows shows device as a removable

not sure is this possible but it would be great if possible to show as non removable

pbatard commented 2 years ago

removable vs non removable is a hardware property (i.e. it is provided by the USB firmware of your device, NOT by the PC host).

So what you are asking is not possible.

yw4z commented 2 years ago

wow fastest reply ever :)

i tried from registry on HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_1B1C&PID_0C13\7289_2.0 > capabilities it will gone after restart, also not hiding safely remove icon, just hides device name on that

there is no policy option on Device manager > device properties

device is non-removable on original drivers

let me know if another way

thanks