2021-09-21 08:38 AM
2021-09-22 01:10 AM
Hello @AGhez
It is as @TDK said, not a driver feature. It might be possible to disable windows autoplay by placing an autorun.inf file at the driver's root.
BeST Regards,
Walid
2021-09-21 08:59 AM
Hello @AGhez ,
Can you provide more details on what you mean by windows autoplay?
Thanks in advance.
BeST Regards,
Walid
2021-09-21 09:01 AM
No, autoplay is a windows feature, not a USB feature. The drivers don't dictate this.
2021-09-21 09:05 AM
thank you both!
yes, @Walid ZRELLI , I mean Windows feature to open the 'Windows explorer' window when connecting a device like an USB disk.
I know that it is possible to disable it for a specific device, so I was thinking that it was something that was requested from the device descriptor!
2021-09-21 11:05 AM
For definitive answer about the Windows behavior you're welcome to visit the MS forums.
https://docs.microsoft.com/en-us/answers/topics/windows-hardware-code-general.html
IIRC Windows can disable mass storage function on selected USB devices by h/w ID. Somewhere in the group policy.
/* Sorry I could not find more appropriate Q&A topic.
Recently Microsoft, in their alternative and inclusive wisdom, has killed the MSDN forums and driven many best experts answering questions out of there.
*/
2021-09-22 01:10 AM
Hello @AGhez
It is as @TDK said, not a driver feature. It might be possible to disable windows autoplay by placing an autorun.inf file at the driver's root.
BeST Regards,
Walid
2021-09-22 03:03 AM
thank you all!