AutoFix is a Python program that provides advanced control over Windows updates. It allows users to list available updates, schedule the installation of selected updates, and install updates immediately.
- List Available Updates: View a list of all available updates with detailed information.
- Schedule Update Installation: Schedule updates to be installed at a specific time.
- Install Updates Now: Install selected updates immediately.
- Python 3.x
pywin32package (can be installed via pip)- Administrator privileges are required to run the script.
- Clone the repository or download the
autofix.pyfile. - Install the required package:
pip install pywin32
- Run the script using Python:
python autofix.py
- Follow the on-screen menu to list available updates, schedule updates, or install updates.
- Ensure you have administrative privileges before running the script, as it requires access to system update settings.
- The program is designed to work on Windows operating systems only.
This project is licensed under the MIT License.