From 4a12b2cf0ce98f4255e0b68f2ed27a217530c83e Mon Sep 17 00:00:00 2001 From: OlaYZen <94807067+OlaYZen@users.noreply.github.com> Date: Wed, 26 Jan 2022 18:34:06 +0100 Subject: [PATCH] V1.0 --- WindowsActivationKeysGrabber.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 WindowsActivationKeysGrabber.bat diff --git a/WindowsActivationKeysGrabber.bat b/WindowsActivationKeysGrabber.bat new file mode 100644 index 0000000..844580c --- /dev/null +++ b/WindowsActivationKeysGrabber.bat @@ -0,0 +1,2 @@ +wmic path SoftwareLicensingService get OA3xOriginalProductKey +pause \ No newline at end of file