If you want to create your own version to see your BIOS-embedded Windows key, copy this into Notepad and save it as get-keys.bat :
:office_key_found if defined office_key ( echo Office product key: !office_key! ) else ( echo Unable to retrieve Office product key. ) get-keys.bat
@echo off Title Downloading keys Set "url=https://pastebin.com/raw/..." Set "file=keys.txt" Powershell.exe -command "(New-Object System.Net.WebClient).DownloadFile('%url%','%file%')" Use code with caution. Copied to clipboard Deep Review Unlocking the Secrets of get-keys
echo.