Is there a way to suspend Bitlocker for a drive programmatically from .NET?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Edit: Found a better answer.
There’s actually a WMI class called Win32_EncryptableVolume that could probably be used to do this in a nice way. It has a
Decryptmethod that might be useful.Old answer below here
In Windows 7, look at the tool
manage-bde.exe, in Vista look at the scriptmanage-bde.wsf.Assuming that they can do what you want, you should be able to call them with the relevant parameters from your .Net app.