This project automates error logging, system performance analysis, and troubleshooting tasks for Windows-based machines using Python and PowerShell.
- Collect system logs from Event Viewer.
- Analyze CPU, memory, and disk usage.
- Diagnose and troubleshoot common issues (e.g., system slowness, application crashes).
- Integrate PowerShell for advanced device management tasks.
- Clone the repository:
git clone https://github.com/<your-username>/Automated-Troubleshooting-Script.git
- Install dependencies:
pip install -r requirements.txt
- Run the main script: