Update README.md

This commit is contained in:
Vichingo455 2023-03-30 17:07:41 +02:00 committed by GitHub
parent 828756582c
commit b5166281c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 2 deletions

View File

@ -1,2 +1,20 @@
# Win95Keygen
Windows 95 OEM Key Generator
# 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.
## 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.