
- package: tis-lenovo-enable-tpm-chip
- name: Lenovo Enable TPM Chip
- version: 1-1
- categories: System and network
- maintainer: Comitari, WAPT Team
- target_os: windows
- architecture: all
- signature_date:
- size: 27.61 Ko
package : tis-lenovo-enable-tpm-chip
version : 1-1
architecture : all
section : base
priority : optional
name : Lenovo Enable TPM Chip
categories : System and network
maintainer : Comitari, WAPT Team
description : Lenovo Enable TPM Chip
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : Activation de la puce TPM pour Lenovo
description_pl :
description_de :
description_es :
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule :
editor :
keywords : bios
licence :
homepage :
package_uuid : 045bf1e5-73bc-4f64-a10e-3cc868578740
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 4d376b8c7b533585837d76ef5f0a26f2193e6041c45bde055d3186ee9849b71b
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-02-26T14:16:06.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : HfdCTa+KyYcoQ4XVOfGT/7lkMEK9mqx+CApgWvqKeOK1qGevIBIf18htBcwXPfbLbwkjzgf0Y78nHxl7384gNBl2oRUPVwjnZEqaQx8KZNc80YQvcInn6iuH/c5zdR34x4RFh9b5H9c2lYzRcCGjsZMRaWnMyf0JZLVjTN49AlIY3SsB+9AHdnc4RDM9t+lD8q0lXwr/FWgc9oRCc8oidoQEoKFlBkEpOdB0sBR9+6SYKAYlyn8WhFmj20IRscqU5PEAqgL2Imr1BbSJrmxvjwB1VuVXauCAUloQY2gyUDin3mZSiyBOCMyYDYnJ3kcN+JJQq9/mbhui/4LcS/sJIg==
# -*- coding: utf-8 -*-
from setuphelpers import *
##WakeOnLAN,ACOnly
##WakeOnLANDock,Enable
##EthernetLANOptionROM,Enable
##IPv4NetworkStack,Enable
##IPv6NetworkStack,Enable
##UefiPxeBootPriority,IPv4First
##WirelessAutoDisconnection,Disable
##MACAddressPassThrough,Disable
##USBBIOSSupport,Enable
##AlwaysOnUSB,Enable
##TrackPoint,Automatic
##TouchPad,Automatic
##FnCtrlKeySwap,Disable
##FnSticky,Disable
##FnKeyAsPrimary,Disable
##BootDisplayDevice,LCD
##SharedDisplayPriority,USBTypeC
##TotalGraphicsMemory,256MB
##BootTimeExtension,Disable
##SpeedStep,Enable
##AdaptiveThermalManagementAC,MaximizePerformance
##AdaptiveThermalManagementBattery,Balanced
##CPUPowerManagement,Automatic
##OnByAcAttach,Disable
##PasswordBeep,Disable
##KeyboardBeep,Enable
##HyperThreadingTechnology,Enable
##AMTControl,Enable
##USBKeyProvisioning,Disable
##WakeByThunderbolt,Enable
##ThunderboltSecurityLevel,UserAuthorization
##PreBootForThunderboltDevice,Disable
##LockBIOSSetting,Disable
##MinimumPasswordLength,Disable
##BIOSPasswordAtUnattendedBoot,Enable
##BIOSPasswordAtReboot,Disable
##BIOSPasswordAtBootDeviceList,Disable
##PasswordCountExceededError,Enable
##FingerprintPredesktopAuthentication,Enable
##FingerprintReaderPriority,External
##FingerprintSecurityMode,Normal
##FingerprintPasswordAuthentication,Enable
##SecurityChip,Enable
##TXTFeature,Disable
##PhysicalPresenceForTpmClear,Enable
##BIOSUpdateByEndUsers,Enable
##SecureRollBackPrevention,Enable
##WindowsUEFIFirmwareUpdate,Enable
##DataExecutionPrevention,Enable
##VirtualizationTechnology,Enable
##VTdFeature,Enable
##EthernetLANAccess,Enable
##WirelessLANAccess,Enable
##WirelessWANAccess,Enable
##BluetoothAccess,Enable
##USBPortAccess,Enable
##MemoryCardSlotAccess,Enable
##SmartCardSlotAccess,Enable
##IntegratedCameraAccess,Enable
##MicrophoneAccess,Enable
##FingerprintReaderAccess,Enable
##ThunderboltAccess,Enable
##NfcAccess,Enable
##BottomCoverTamperDetected,Disable
##InternalStorageTamper,Disable
##ComputraceModuleActivation,Enable
##SecureBoot,Disable
##SGXControl,SoftwareControl
##DeviceGuard,Disable
##BootMode,Quick
##StartupOptionKeys,Enable
##BootDeviceListF12Option,Enable
##BootOrder,USBHDD:USBCD:USBFDD:NVMe0:HDD0:PCILAN
##NetworkBoot,PCILAN
##BootOrderLock,Disable
##I8254ClockGating,Auto
##ThunderboltBIOSAssistMode,Disable
##LidSensor,Enable
def install():
if params.get("install_with_luti", False):
return "OK"
error("This package is protected against accidental installations. Please test it before applying it to your whole fleet. Remove this line to enable the package.")
run('ThinkBiosConfig.hta "config=SecurityChip,Enable"')
print("Enabling TPM Chip")
reboot_machine()
28cdc51c2a0048c2cf5142f689c52f81bf957d497e4c64fe88fdc6c035c953cf : .gitignore
e1094eeac03ca6657900e1877049aa94327ff3ea3afc0cb03ccaa46f00621e1e : ThinkBiosConfig.hta
3b15fd8af55b4a6e224437a5ad0190033b8fb4c34c8389a688ec1ff4fe220a28 : Unknown_Unknown.txt
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
643c4cd0f6bcf2621d41ac838a863d45853decec2fc486b2971b4b19fd706c0e : WAPT/control
4d376b8c7b533585837d76ef5f0a26f2193e6041c45bde055d3186ee9849b71b : WAPT/icon.png
8a4ed4012cd59c9e22f011b4795bf9b7d812d14ea27c758fe2411362ca275bd7 : luti.json
2a9e177028f573368d344138c64e977229bc8192ac54b0fc9ddf49cb865e4ecf : setup.py