An open API service indexing awesome lists of open source software.

https://github.com/sgreben/digitalproductid

decodes the Windows 7/8/10 license key from the registry
https://github.com/sgreben/digitalproductid

decode digitalproductid product-key registry windows

Last synced: 12 months ago
JSON representation

decodes the Windows 7/8/10 license key from the registry

Awesome Lists containing this project

README

          

# digitalproductid

Decodes the Windows 7/8/10 license key from its binary registry encoding.

## Get it

```text
go get -u github.com/sgreben/digitalproductid
```

## Usage

```sh
# Win7/8
c:\> digitalproductid
XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
```

```sh
# Win10
c:\> digitalproductid -n DigitalProductId
XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
```