mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-11-21 21:31:01 +02:00
rebrand WindowsXPKg to UMSKT
This commit is contained in:
parent
57b2477e44
commit
ca9ccc43ee
20
README.md
20
README.md
@ -1,13 +1,13 @@
|
||||
# **Windows XP / Server 2003 Keygen**
|
||||
# **Universal MS Key Toolkit (UMSKT)**
|
||||
|
||||
[![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://umskt.zulipchat.com)
|
||||
[![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://umskt.zulipchat.com)
|
||||
[![libera.chat - #mspid](https://img.shields.io/badge/libera.chat-%23mspid-brightgreen)](https://web.libera.chat/gamja/?nick=Guest?#mspid)
|
||||
|
||||
### **Plan of Action / ToDo List**
|
||||
|
||||
In light of the recent exponential interest in this project I've decided to put updates of this project here:
|
||||
|
||||
* [Please see ticket #8 for more information](https://github.com/Neo-Desktop/WindowsXPKg/issues/8)
|
||||
* [Please see ticket #8 for more information](../../issues/3)
|
||||
|
||||
|
||||
------
|
||||
@ -31,23 +31,23 @@ In light of the recent exponential interest in this project I've decided to put
|
||||
### **Usage**
|
||||
#### 1. Download the latest version of WindowsXPKg
|
||||
|
||||
* *(GitHub account required)*
|
||||
* Download the latest experimental version using the Actions tab ([Windows](https://github.com/Neo-Desktop/WindowsXPKg/actions/workflows/windows.yml), [Linux](https://github.com/Neo-Desktop/WindowsXPKg/actions/workflows/linux.yml)).
|
||||
* *(GitHub account required)*
|
||||
* Download the latest experimental version using the Actions tab ([Windows](../../actions/workflows/windows.yml), [Linux](../../actions/workflows/linux.yml)).
|
||||
|
||||
|
||||
* *(GitHub account \*not\* required)*
|
||||
* Download the latest release for your operating system and architecture from [the releases page](https://github.com/Neo-Desktop/WindowsXPKg/releases)
|
||||
* *(GitHub account \*not\* required)*
|
||||
* Download the latest release for your operating system and architecture from [the releases page](../../releases)
|
||||
|
||||
|
||||
* **Note:** Before continuing, please ensure you have both the `xpkey` program and the `keys.json` datum extracted and in the same directory
|
||||
* **Note:** Before continuing, please ensure you have both the `xpkey` program and the `keys.json` datum extracted and in the same directory
|
||||
|
||||
#### 2. Run `xpkey` to generate a key, or add `--help` to see more options.
|
||||
|
||||
#### 3. *(Activation step for `Retail` and `OEM` only)*
|
||||
* After installation, you will be prompted to activate Windows.
|
||||
* After installation, you will be prompted to activate Windows.
|
||||
|
||||
|
||||
* Select the **telephone activation** method, then, run `xpkey -i <Installation ID>` using the `Installation ID` the activation Wizard provides for you
|
||||
* Select the **telephone activation** method, then, run `xpkey -i <Installation ID>` using the `Installation ID` the activation Wizard provides for you
|
||||
|
||||
#### 4. Profit!
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_BINK1998_H
|
||||
#define WINDOWSXPKG_BINK1998_H
|
||||
#ifndef UMSKT_BINK1998_H
|
||||
#define UMSKT_BINK1998_H
|
||||
|
||||
#include "header.h"
|
||||
|
||||
@ -59,4 +59,4 @@ public:
|
||||
);
|
||||
};
|
||||
|
||||
#endif //WINDOWSXPKG_BINK1998_H
|
||||
#endif //UMSKT_BINK1998_H
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_BINK2002_H
|
||||
#define WINDOWSXPKG_BINK2002_H
|
||||
#ifndef UMSKT_BINK2002_H
|
||||
#define UMSKT_BINK2002_H
|
||||
|
||||
#include "header.h"
|
||||
|
||||
@ -62,4 +62,4 @@ public:
|
||||
);
|
||||
};
|
||||
|
||||
#endif //WINDOWSXPKG_BINK2002_H
|
||||
#endif //UMSKT_BINK2002_H
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
10
src/cli.h
10
src/cli.h
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_CLI_H
|
||||
#define WINDOWSXPKG_CLI_H
|
||||
#ifndef UMSKT_CLI_H
|
||||
#define UMSKT_CLI_H
|
||||
|
||||
#include "header.h"
|
||||
|
||||
@ -50,4 +50,4 @@ public:
|
||||
int ConfirmationID();
|
||||
};
|
||||
|
||||
#endif //WINDOWSXPKG_CLI_H
|
||||
#endif //UMSKT_CLI_H
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@ -20,7 +20,7 @@
|
||||
* @Maintainer WitherOrNot
|
||||
*
|
||||
* @History {
|
||||
* This algorithm was provided to the WindowsXPKg project by diamondggg
|
||||
* This algorithm was provided to the UMSKT project by diamondggg
|
||||
* the history provided by diamondggg is that they are the originator of the code
|
||||
* and was created in tandem with an acquaintance who knows number theory.
|
||||
* The file dates suggest this code was written sometime in 2017/2018
|
||||
|
10
src/confid.h
10
src/confid.h
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_CONFID_H
|
||||
#define WINDOWSXPKG_CONFID_H
|
||||
#ifndef UMSKT_CONFID_H
|
||||
#define UMSKT_CONFID_H
|
||||
|
||||
#include "header.h"
|
||||
|
||||
@ -68,4 +68,4 @@ public:
|
||||
static int CLIRun();
|
||||
};
|
||||
|
||||
#endif //WINDOWSXPKG_CONFID_H
|
||||
#endif //UMSKT_CONFID_H
|
||||
|
10
src/header.h
10
src/header.h
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
@ -20,8 +20,8 @@
|
||||
* @Maintainer Neo
|
||||
*/
|
||||
|
||||
#ifndef WINDOWSXPKG_HEADER_H
|
||||
#define WINDOWSXPKG_HEADER_H
|
||||
#ifndef UMSKT_HEADER_H
|
||||
#define UMSKT_HEADER_H
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <cassert>
|
||||
@ -130,4 +130,4 @@ void unbase24(BYTE *byteSeq, const char *cdKey);
|
||||
void base24(char *cdKey, BYTE *byteSeq);
|
||||
|
||||
|
||||
#endif //WINDOWSXPKG_HEADER_H
|
||||
#endif //UMSKT_HEADER_H
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* This file is a part of the WindowsXPKg Project
|
||||
* This file is a part of the UMSKT Project
|
||||
*
|
||||
* Copyleft (C) 2019-2023 WindowsXPKg Contributors (et.al.)
|
||||
* Copyleft (C) 2019-2023 UMSKT Contributors (et.al.)
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
|
Loading…
Reference in New Issue
Block a user