I am trying to capture a simple script. Manage-bde.exe is a command line tool to enable bitlocker.
From a dos prompt I would enter manage-bde.exe -on Z: -pw
This says enable bitlocker on the Z partition and set a password
It thens prompts you to enter a password and confirm - this is why I want to set up an au3.exe script so I can automate it
So with the script editor I'm simply trying to enter Run("manage-bde.exe -on Z: -pw") but not having much success
If I compile the script and run as administrator then I get a dos box up asking for the password. problem is I'm trying to run it properly i.e. inteactively so I can capture the syntax back to prompt for the password and then carry on from there
What am I doing worng?
From a dos prompt I would enter manage-bde.exe -on Z: -pw
This says enable bitlocker on the Z partition and set a password
It thens prompts you to enter a password and confirm - this is why I want to set up an au3.exe script so I can automate it
So with the script editor I'm simply trying to enter Run("manage-bde.exe -on Z: -pw") but not having much success
If I compile the script and run as administrator then I get a dos box up asking for the password. problem is I'm trying to run it properly i.e. inteactively so I can capture the syntax back to prompt for the password and then carry on from there
What am I doing worng?