twig123 Posted September 4, 2008 Posted September 4, 2008 (edited) Hey all,Yet another request... (I appreciate all the help).Is there a way that, through a batch file, I can determine the operating mode of a hard drive?Device Manager will show me if I go to properties of the IDE Controller, but, how do I gather this info? Edited September 8, 2008 by twig123
twig123 Posted September 8, 2008 Author Posted September 8, 2008 Any help would be much appreciated.Batch or even VBS that outputs to file would work ok for the application that I need it for.Thanks in Advance.
ReDucTor Posted September 8, 2008 Posted September 8, 2008 (edited) reg query "HKLM\HARDWARE\DEVICEMAP\Scsi" /sIts simple registry keys. Edited September 8, 2008 by ReDucTor
twig123 Posted September 8, 2008 Author Posted September 8, 2008 (edited) Further inspection points me to this key containing the info that I need: HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0001MasterDeviceTimingMode=Unfortunatly there is no Table that I have found that will tell me what hex or decimal value = what mode... but I guess I might be able to grab that from trial/errorthanks all Edited September 8, 2008 by twig123
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now