-
Notifications
You must be signed in to change notification settings - Fork 38
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
WMIC used to generate machine code is deprecated #50
Comments
Hi Peter, Thanks for letting us know :) I think we might be able to retrieve the UUID using PS instead, which was tested in the NodeJs client, i.e., as follows: cmd /c powershell.exe -Command "(Get-CimInstance -Class Win32_ComputerSystemProduct).UUID" We will review the link more thoroughly and release an update soon. Thanks again! |
Sounds good :). And thanks for the quick reply!
From: Artem Los ***@***.***>
Sent: 4. april 2022 12:56
To: Cryptolens/cryptolens-python ***@***.***>
Cc: Peter Meyer Nielsen ***@***.***>; Mention ***@***.***>
Subject: Re: [Cryptolens/cryptolens-python] WMIC used to generate machine code is deprecated (Issue #50)
Hi Peter,
Thanks for letting us know :)
I think we might be able to retrieve the UUID using PS instead, which was tested in the NodeJs client, i.e., as follows:
cmd /c powershell.exe -Command "(Get-CimInstance -Class Win32_ComputerSystemProduct).UUID"
We will review the link more thoroughly and release an update soon.
Thanks again!
@pmnforce<https://github.com/pmnforce>
-
Reply to this email directly, view it on GitHub<#50 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMBETQBRQJA5EELI55OKBXTVDLDEZANCNFSM5SPC4FYA>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
@pmnforce We have now updated the UUID source so that it does not rely on WMIC, available in the latest release (https://github.com/Cryptolens/cryptolens-python/releases/tag/v_34) |
Hi
I'd just like to make you aware of the fact that WMIC (used for generating machine code on Windows) is being deprecated (https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-deprecated-features). Would be nice to adapt to another approach before the tool is completely removed from Windows :).
Best regards
Peter
The text was updated successfully, but these errors were encountered: