-
Notifications
You must be signed in to change notification settings - Fork 449
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
Add "EncryptionStatus" to each volume on Windows #1238
Add "EncryptionStatus" to each volume on Windows #1238
Conversation
049ccca
to
0b2fd1a
Compare
Cool! |
0b2fd1a
to
dd1243f
Compare
@stuartpreston , I tried few changes in AppVeyor config to connect with required namespace |
dd1243f
to
2e0cff4
Compare
@Nimesh-Msys Your approach looks correct and I like where this is going, so I'm I wondering if this is an Appveyor issue with their default build. Thoughts:
|
@stuartpreston , Thank you for the above points. Tried with option (1): build is failing as:
Also tried to build on
According to some blogs, in case we are facing 'OLE error 80004001', There are chances that WMI is broken, and it needs to be rebuild. |
Can you try with |
a55a373
to
d4c70e7
Compare
FWIW - here's the output of the specs from my Windows10 machine. In case we can't get this working in Appveyor.
|
Yes, It's working properly on my Win10 machine too. 👍 |
b86724c
to
253403b
Compare
eeb2715
to
318cff4
Compare
- Changes to fetch Encryption Status of a volume using GetConversionStatus method of Win32_EncryptableVolume class - Handle wmi exceptions when a namespace or class is not accessible - Added test cases - Minor code fixes and cleanup - Fixes MSYS-894 Signed-off-by: Nimesh <[email protected]>
318cff4
to
489c34b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, woud like @tas50 to approve for merge
@Nimesh-Msys Thanks for breaking up the plugin and adding tests. This is in a much more maintainable state now. |
Thank you :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Signed-off-by: Nimesh [email protected]
Description
By using
GetConversionStatus
method ofWin32_EncryptableVolume
class, we may fetch encryption status of a volumeIssues Resolved
#1226
Check List