Con este script, los valores de la BitLocker y TPM WMI se almacena en la identificación de registro: 'chip TPM consulta establece wmi1 = TPM = conjunto wmi1.ExecQuery ("SELECT * FROM Win32_Tpm") Establecer TPM_Import TPM.ItemIndex = (0) Set WshShell = WScript.CreateObject ("WScript.Shell") WSHShell.RegWrite "HKLM \ software \ BitLocker \ especificación de TPM" , TPM_Import.SpecVersion Dim TPM_INIT TPM_INIT = TPM_Import.IsEnabled_InitialValue Si TPM_INIT = "True" Entonces WSHShell.RegWrite "HKLM \ software \ BitLocker \ inicialización de TPM", "1" si TPM_INIT = "false" Entonces [...]
