Hacker News new | ask | show | jobs
by EVa5I7bHFq9mnYK 694 days ago
How do I check if my laptop is affected? Tried

[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFIPK).bytes) -match "DO NOT TRUST|DO NOT SHIP"

, gives me cryptic errors and gpt of no help.

1 comments

in a powershell um.. shell: [System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI PK).bytes) -match "DO NOT TRUST|DO NOT SHIP"
tried that, it gives me cryptic errors and gpt is of no help.