Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- rem Run this script in an up-to-date windows environment for it to work properly.
- rem Windows (Batch script), (.bat, .cmd ...)
- Title Wkey
- Echo.>> key.txt
- Echo -------------------------------[Licence]-------------------------------->> key.txt
- Echo.>> key.txt
- Echo Windows version:>> key.txt
- wmic os get Caption | findstr /v Caption>> key.txt
- Echo Activation key: >> Key.txt
- wmic path softwarelicensingservice get OA3xOriginalProductKey | findstr /v OA3xOriginalProductKey >> key.txt
- Echo License Type: >> key.txt
- wmic path SoftwareLicensingService get OA3xOriginalProductKeyDescription | findstr /v OA3xOriginalProductKeyDescription >> key.txt
- Echo ----------------------------------[o]----------------------------------->> key.txt
- Echo.>> key.txt
- rem (optional)
- rem start key.txt
- rem -------------------------------[Credits]--------------------------------
- rem [By]: AudazGamer
- rem [YouTube]: https://www.youtube.com/channel/UCra9Qag0MSp6ts3TKCLtIKg
- rem ----------------------------------[o]-------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement