-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permissions levels? #46
Comments
@MatthewKing would you happen to know of any resource that could let me know what attributes might require certain permissions levels? |
Hello, Apologies for the slow reply and thanks for your patience. Don't currently have any resources like that, sorry. I do agree that it's a good idea to have and it's something I'd like to look at when I have more time for open source work but no idea when that will be. Cheers |
@MatthewKing thanks for the feedback. I'm looking at trying to upgrade my code to use v6+ of this library and noticing the WMI vs MMI difference - do you think MMI might be more "stable"/"resilient" for users who have lower permissions on their machine? |
I am saving the device Id in registry during install ( where I know I have admin rights) and then read them off there. |
I am using v5.3 of the library (a bit old, but I haven't fully tested the new version).
I have the following for generating an unique id for each user:
I have some exception telemetry set up and every once in a while, I saw the following:
So I added the try-catch with
AddSystemDriveSerialNumber
instead and definitely see this issue less often, but I still see a bit of:Basically, what I'm asking is the following: what are the most stable id properties (least likely to change - like motherboard serial number as opposed to MAC address or OS Version) that also require the least permissions to access (for instance, I don't think I've ever seen an issue with my usage of
AddProcessorId
)?Additionally, do you know of any resource that could rank all the component builders in DeviceId according to the permissions level required? I've been trying to find some resources online, but can't find anything
The text was updated successfully, but these errors were encountered: