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_str = ''
|
||||
|
||||
# WinPE check
|
||||
if os.environ.get('SYSTEMDRIVE', 'C:').upper() == 'X:':
|
||||
output.append('[Check run under Win10XPE]')
|
||||
|
||||
# Get info
|
||||
for cmd in commands:
|
||||
proc = run_program(cmd, check=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue