private int getDeviceHash(string path) { ManagementClass mClass = new ManagementClass(path); return(mClass.GetHashCode()); }