This is a Python script that generates and validates Windows 10 Pro product keys. It uses the pywin32 library to validate the keys and saves all valid keys to a file on the desktop.
In order to run the script, you will need to have Python 3 installed on your computer. You can download Python 3 from the official website: https://www.python.org/downloads/
You will also need to install the pywin32 library, which can be installed using pip. Open a command prompt or terminal and run the following command:
pip install pywin32Clone or download the repository to your computer. Open a command prompt or terminal and navigate to the folder where you downloaded the repository. Run the following command to start the script:
python win-key-gen.pyEnter the number of Windows 10 Pro product keys you would like to generate when prompted. The script will generate the keys and save all valid keys to a file called valid_windows_10_keys.txt on your desktop. The script will output the number of valid and invalid keys generated, as well as the location of the file containing the valid keys.