daslick Posted December 17, 2008 Posted December 17, 2008 Hard drives have a serial number that never changes even after formatting and they also have a volume serial number. I am considering using the MAC addresses of all the network adapters and the serial numbers of the hard drives as returned by DriveGetSerial. Is anyone sure that this is NOT the volume serial number? At this point I am going to require that 2/3rds of the MAC Addresses and hd serial numbers. Any other suggestions?
KaFu Posted December 17, 2008 Posted December 17, 2008 #131508 OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
daslick Posted December 17, 2008 Author Posted December 17, 2008 Looks great! None of that data will change if the user formats?
KaFu Posted December 17, 2008 Posted December 17, 2008 (edited) Depending on version 1 or 2 there are several different criteria. You'll have to sort out, which don't change on format but e.g. on hardware change only:)... Guess something like $objItem.Architecture $objItem.Family $objItem.L2CacheSize $objItem.L2CacheSpeed $objItem.Manufacturer $objItem.MaxClockSpeed $objItem.PNPDeviceID $objItem.ProcessorId shouldn't change on format. If you browse the thread you'll also see same alternate methods which may suite your purpose better. Edited December 17, 2008 by KaFu OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
daslick Posted December 17, 2008 Author Posted December 17, 2008 Ok great. I'll probably test it on myself with a format... Thanks!
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