Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


This is caused by a HW bug in the TPM. The Secure Boot task runs every 12 hours, or 5 minutes after a reboot, to check for new changes.Found this over at Neowin - it talks about how Secure Boot might cause lag when your computer first touches the internet. There is a task that on boot that always checks for any updates to Secure Boot from Microsoft and how if you choose to you can disable the task.
This is what my Lenovo Yoga 920 shows now:
PowerShell 7.6.6
PS C:\Windows\System32> Get-SecureBootUEFI -Name DB -Decoded
[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI VariableName).Bytes)
Get-SecureBootUEFI -Name DB -Decoded | select Subject
-Decoded was a new flag added in April 2026's Monthly Update, but MS did a poor job informing users it's available instead of everyone using the original command:
Code:[System.Text.Encoding]::ASCII.GetString((Get-SecureBootUEFI VariableName).Bytes)
Unfortunately, you still have to pick through the data fields by yourself.
Code:Get-SecureBootUEFI -Name DB -Decoded | select Subject
