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

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

html - Accumulated Depreciation of Assets on php -

#1062 - Duplicate entry '' for key 'unique_id' When Trying to add UNIQUE KEY (MySQL) -