batch file - How to find out if HDD is ATA or AHCI? -
from batch file how find if hard drive ata or ahci? stored somewhere in file can parse or there command find out?
there may better methods detects ahci here:
wmic idecontroller|find /i "ahci">nul && echo ahci detected
Comments
Post a Comment