This commit is contained in:
OlaYZen 2022-08-17 13:39:55 +02:00 committed by GitHub
parent 2c1eb9b99b
commit 5e28569ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
keygrabber.bat Normal file
View file

@ -0,0 +1 @@
wmic path SoftwareLicensingService get OA3xOriginalProductKey >> C:\Users\%username%\Desktop\Key.txt

1
keygrabber.ps1 Normal file
View file

@ -0,0 +1 @@
wmic path SoftwareLicensingService get OA3xOriginalProductKey | Out-File -FilePath C:\Users\$env:UserName\Desktop\Key.txt