parent
4faa1d4a02
commit
3acb8ab47b
1 changed files with 4 additions and 0 deletions
|
|
@ -226,6 +226,10 @@ def export_bitlocker_info() -> None:
|
||||||
output_raw = []
|
output_raw = []
|
||||||
output_str = ''
|
output_str = ''
|
||||||
|
|
||||||
|
# WinPE check
|
||||||
|
if os.environ.get('SYSTEMDRIVE', 'C:').upper() == 'X:':
|
||||||
|
output.append('[Check run under Win10XPE]')
|
||||||
|
|
||||||
# Get info
|
# Get info
|
||||||
for cmd in commands:
|
for cmd in commands:
|
||||||
proc = run_program(cmd, check=False)
|
proc = run_program(cmd, check=False)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue