Use the Command Line Helper and
DAAutoLogin together to run Windows patch management on devices with Full Disk
Encryption installed.
-
Use Command Line Helper to create encrypted values for scriptsFor details, see Using the Command Line Helper.
-
Use DAAutoLogin in various combinations to accomplish different needs
-
After patches are pushed out, call DAAutoLogin inside scripts to:
- Send a reboot command for the device to display the Windows GINA (graphical identification and authentication) component for confirmation of successful patching
- Push another round of patches
For details, see Patching Process for Full Disk Encryption. -
To streamline the Window update process, use DAAutoLogin to skip the Full Disk Encryption Preboot multiple timesFor details, see Skipping the Preboot Screen.
-
![]() |
Note
|
Using the Command Line Helper
Procedure
- Download the Command Line Helper tool and locate the tool in your Endpoint Encryption download folder.The Command Line Helper tool is part of the PolicyServer installation package. Go to Trend Micro Download Center, select the Endpoint Encryption, and download the PolicyServer package.The Command Line Helper tool is located in the following directory:
<download_directory>\TMEE_PolicyServer\Tools\Command Line Helper
- Open a command prompt.
- Change the directory to the directory of the Command Line Helper tool.Example:
cd C:\TMEE_PolicyServer\Tools\Command Line Helper
- Type
CommandLineHelper.exe
followed by the string that you want to encrypt, and press ENTER.Example:CommandLineHelper.exe examplepassword
Tip
It may be easier to copy the generated value directly from a text file.In that case, the above example would be modified as follows:CommandLineHelper.exe examplepassword > file.txt
The Command Line Helper produces an encrypted string.