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
- Host: GitHub
- URL: https://github.com/sgreben/digitalproductid
- Owner: sgreben
- Created: 2018-12-30T01:33:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T01:35:45.000Z (over 7 years ago)
- Last Synced: 2025-03-31T21:18:35.111Z (about 1 year ago)
- Topics: decode, digitalproductid, product-key, registry, windows
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```