I'm coding a python app which check the bitlocker status on a drive. I'm unsing subprocess to run commands lines in python. But i would like to use this app on computer without admin privileges but the command manage-bde only works with admin privileges. Can someone help me? PS: Sorry for my bad english.
Asked
Active
Viewed 1,619 times
0
-
hm, have you tried powershell ? – Grzegorz Skibinski Oct 04 '19 at 12:24
-
yes but it doesn't work without admin – franckedward Oct 04 '19 at 12:40
-
Try these maybe: https://stackoverflow.com/questions/19672352/how-to-run-python-script-with-elevated-privilege-on-windows - hope something will suit your problem – Grzegorz Skibinski Oct 04 '19 at 21:21
-
Possible duplicate of [How to tell if drive is BitLocker encrypted without admin privilege?](https://stackoverflow.com/questions/23841973/how-to-tell-if-drive-is-bitlocker-encrypted-without-admin-privilege) – ivan_pozdeev Oct 08 '19 at 00:18