Win95Keygen/README.md

1.2 KiB

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

If you don't want to download the keygen, you can use the online version here - Not available anymore.

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