24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# Windows 95 OEM Key Generator
|
|
This little tool allows you to act as an OEM and generate your own keys for Windows 95.
|
|
Windows 95 OEM Key algorithm was actually simple, just a bunch of date and year mixed with random numbers.
|
|
We implemented it in this little tool which is also easy to use.
|
|
|
|
## Usage
|
|
Using this tool is easy, just run it and press the "Generate" button to enjoy a Windows 95 key.
|
|

|
|
|
|
If you don't want to download the keygen, you can use the online version [here](https://replit.com/@Vichingo455/Windows-95-Keygen?v=1)
|
|
|
|
## Compiling
|
|
Compiling this tool is not so difficult. Here's how.
|
|
|
|
1. Download [Visual Studio 2008 Express SP1](https://my.visualstudio.com/Downloads?q=Visual%20Studio%20Express%202008%20with%20Service%20Pack%201)
|
|
2. Open/Extract the ISO and run Setup.hta
|
|
3. Select Visual C# 2008
|
|
4. Follow the instructions and wait until it installs
|
|
5. Open Win95Keygen.sln with Visual Studio 2008 Express SP1
|
|
6. Select build, then rebuild project
|
|
7. Done
|
|
|
|
##### Copyright (C) 2023 Vichingo455. All rights reserved.
|