I am trying to apply the recommendations from: Sending ATA commands directly to device in Windows? My goal is to send ATA 0xF2 (security unlock-0xF2) to the just connected via USB (usb to SATA) SSD, which was locked previously with known password. The same issue in Linux was extensively tested with hdparm utility and works fine.
I tried this code on Win-7,8,10 - all versions return error code 50 (the request is not supported). For the test purpose I issued 0xEC command - worked fine.
How do I push this 0xF2 ATA command to the SSD? Any hints/thoughts/help will be highly appreciated.