Update 'README.md'

This commit is contained in:
Ekranoplan 2023-06-21 08:28:22 +00:00
parent 519498f72c
commit 401da0beee

View File

@ -14,3 +14,16 @@ Open Powershell (as Admin) and run:
![Execution](./Execution.PNG)
There also another script module from [Github](https://github.com/mattifestation/TCGLogTools) (and recommended by Mycrosoft on their blogpost about this vulnerability) that can be used to inspect Bios boot logs and changes.
To use them, import module from their repo in Powershell:
<code> Import-Module .\TCGLogTools.psm1 </code>
And then follow instructions on their git and Microsoft blogpost:
<code> .\ListBootApps.ps1 </code>