salahuddin Posted January 8, 2009 Posted January 8, 2009 Hi,I want to find hard disk information like partitions, total size and free space of each partition from registry. Is there any entry in registry?
Tripredacus Posted January 14, 2009 Posted January 14, 2009 I do not know if this information is stored in the registry. I do know that they are stored in system variables. AutoIT supports finding this information with the following functions:DriveSpaceTotal()DriveSpaceFree()DriveGetType()DriveGetDrive()DriveGetFileSystem()DriveGetLabel()DriveGetSerial()give this a shot, might be easier.
cluberti Posted January 15, 2009 Posted January 15, 2009 WMI can provide this info as well. There are even tools that will create scripts for you.
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