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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now