Skip to content

Releases: UMSKT/xpmgr

July 19th, 2025

19 Jul 22:27
01d6d8f

Choose a tag to compare

Changes:

  • New logo
  • Added support for reading from stdin (pipes)

May 7th, 2025, Build 2

08 May 00:40

Choose a tag to compare

Changes:

  • Fixed issue where a Vista+ function was used, making the entire program useless
  • General fixes to make Clang-Tidy shut up

May 7th, 2025

07 May 23:57

Choose a tag to compare

Changes:

  • Now using CMake (finally)
  • Removed mention of Zulip, since it's not used anymore

December 21st, 2023

21 Dec 17:58
79bd667

Choose a tag to compare

Changes:

  • Fixed bug that prevented error codes from being displayed
  • Got rid of all compiler warnings from CLion

December 20th, 2023

21 Dec 02:01
ccb0a99

Choose a tag to compare

Changes:

  • Updated compiler from MSVC to TDM-GCC

Debug binaries will no longer be made due to the compile change.

August 6th, 2023

06 Aug 06:09

Choose a tag to compare

Changes:

  • Fixed some bugs
  • Added EXPERIMENTAL support for Office 2003

July 7th, 2023, Build 2

08 Jul 02:37

Choose a tag to compare

Changes:

  • Added check for SetConfirmationID, gives error if not correctly put in (same method msoobe /a uses to check before it processes it)
  • "Activate Windows" shortcuts are deleted on successful activation, WPA Notifier process (wpabaln.exe) is killed on successful activation if it's running

July 7th, 2023

08 Jul 00:34

Choose a tag to compare

Changes:

  • If already activated, activation-related commands will return an error instead
  • Version check added, you need to be on Windows NT 5.1 or 5.2 to use it (if you're above that, use slmgr)
  • General bug fixes

July 6th, 2023

07 Jul 02:57
24c9c67

Choose a tag to compare

Changes:

  • Fixed support on Windows XP Professional x64 Edition
  • Added message if unknown architecture, and if arch is wrong

June 18th, 2023, Build 2

18 Jun 16:04
c02f2ac

Choose a tag to compare

Changes:

  • Added --GetWPALeft, --GetEvalLeft
  • Made argument system less hacky