Dear Lui Lui
After applying the Secure Boot certificate fix, the easiest way to confirm things are healthy is by running a couple of quick PowerShell checks. First, you can use: Confirm-SecureBootUEFI
If it returns True, that means Secure Boot is enabled and working properly. Next, you can run: Get-SecureBootPolicy
This will show you the active Secure Boot policy in place. If the cert issue was resolved, you shouldn’t see any expired or invalid entries here. Another handy one is: Get-SecureBootUEFI
Run those commands, check for True on the first one, and make sure the policy looks clean. If everything checks out, you’re good to go