Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Even Better PandaReviewer!
Browse files Browse the repository at this point in the history
Fixed/Updated "Windows License Description" text, Added "Device's Serial Number" text and fixed the printing command.
  • Loading branch information
creatorpanda authored Oct 10, 2021
1 parent 76bbd3b commit 8794f70
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions PandaReviewer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,22 @@ ECHO Basic Info:
ECHO.
ECHO -------------- WINDOWS LICENSE DESCRIPTION --------------
ECHO.
ECHO RETAIL: You can use it on this device or move it on to a new machine.
ECHO RETAIL: You can transfer the product key to another computer, as long as you deactivate the old device.
ECHO.
ECHO OEM: This key works only on this machine.
ECHO OEM: Should only be provided by system Builders and it is a legit licence. If that licence came pre-installed on your PC, you can use that to re-install Windows on that PC any number of times.
ECHO.
ECHO VOLUME: Please consider finding another Windows Key. This key could expire soon or even be a cracked, tracked, or hacked Windows version!
ECHO VOLUME: Designed for a large business, education, and government scenario. Usually, it allows organizations to use one master product key to activate any installation of Windows.
ECHO.
ECHO -------------- WINDOWS LICENSE DESCRIPTION --------------
ECHO Please close pop-up windows to continue..
ECHO.
slmgr -dli
ECHO.
ECHO Device's Serial Number
wmic bios get serialnumber
ECHO.
wmic path softwarelicensingservice get OA3xOriginalProductKey
ECHO Windows Product Key (Activation Key)
reg query "HKLM\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v BackupProductKeyDefault
ECHO.
systeminfo | find /V /I "hotfix" | find /V "KB"
ECHO.
Expand Down

0 comments on commit 8794f70

Please sign in to comment.