OEM Key Generator for Windows 95
Go to file
Bang1338 b5f2d8ba9b
better random and algo
1. don't use "Yandere Dev" method. https://www.c-sharpcorner.com/article/how-to-select-a-random-string-from-an-array-of-strings/
2. 001 to 366 also valid.
3. Use "0XXXXXX" instead of "00XXXXX" (lazy)

Extra: use VB2010 and set .NET Framework to 3.5 or 2
2023-04-01 20:36:42 +07:00
Win95Keygen better random and algo 2023-04-01 20:36:42 +07:00
LICENSE Copyright in license 2023-03-31 14:56:21 +02:00
README.md Update README.md 2023-03-31 14:57:26 +02:00
Win95Keygen.sln Add project files 2023-03-30 16:54:29 +02:00

README.md

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. image

Compiling

Compiling this tool is not so difficult. Here's how.

  1. Download Visual Studio 2008 Express SP1
  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