Skip to content
View out0xb2's full-sized avatar
Block or Report

Block or report out0xb2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. microsoft/mu microsoft/mu Public

    Project Mu Documentation

    Python 547 82

  2. edk2 edk2 Public

    Forked from tianocore/edk2

    EDK II

    C

  3. edk2-platforms edk2-platforms Public

    Forked from tianocore/edk2-platforms

    EDK II sample platform branches and tags

    C

  4. Parses signature data from the pk, k... Parses signature data from the pk, kek, db, and dbx UEFI variables.
    1
    Write-Host "Checking for Administrator permission..."
    2
    if (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) {
    3
      Write-Warning "Insufficient permissions to run this script. Open the PowerShell console as administrator and run this script again."
    4
      Break
    5
    } else {