datasone / setup_var.efi

UEFI command-line tool for read/write access of variables
Apache License 2.0
221 stars 8 forks source link

delete uefi wpbt #18

Closed zhjygit closed 9 months ago

zhjygit commented 9 months ago

09a2f52ab6d66c9c5aad27482d08468 As above shown, there is a wpbt in my lenovo PC bios. My info of dxdiag is as follows: image

How can i delete this wpbt module via the setup_var.efi?

datasone commented 9 months ago

Removing UEFI modules should be done by flashing modified BIOS ROMs. setup_var.efi can only be used to modify storage in NVRAM. If some UEFI settings can be used to disable the WBPT table, it can be achiveved in 3this way. Though I don't think it's possible in current firmwares.