Powerful PowerShell script for automated Windows system maintenance. Keeps your Windows PC running at peak performance with one-click optimization.
- π§Ή Disk Cleanup: Remove temporary files, cache, and unnecessary data
- πΎ Defragmentation: Optimize disk performance (HDD only)
- π Windows Updates: Check and install system updates
- π Security Scans: Run Windows Defender full scan
- π¦ System Repair: Check and repair system files (SFC, DISM)
- π Event Log Cleanup: Clear old event logs
- π Network Reset: Fix network connectivity issues
- π Performance Report: Generate system health report
βββββββββββββββββββββββββββββββββββββββ
β βΏ BTC Donation Address βΏ β
βββββββββββββββββββββββββββββββββββββββ€
β β
β bc1qqphwht25vjzlptwzjyjt3sex β
β 7e3p8twn390fkw β
β β
β Network: Bitcoin (BTC) β
β Scan QR β β
βββββββββββββββββββββββββββββββββββββββ
Address: bc1qqphwht25vjzlptwzjyjt3sex7e3p8twn390fkw
Support Windows optimization tools! π
cd C:\Path\To\WindowsAutoMantenimiento
.\WindowsAutoMantenimiento.ps1# Full maintenance
.\WindowsAutoMantenimiento.ps1
# Quick mode
.\WindowsAutoMantenimiento.ps1 -Quick
# Report only
.\WindowsAutoMantenimiento.ps1 -ReportOnly- Temp files, cache, Recycle Bin
- Browser cache, Windows Update cache
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth- Auto-download and install updates
Start-MpScan -ScanType FullScan# Weekly on Sunday at 2 AM
$Action = New-ScheduledTaskAction -Execute "PowerShell.exe" `
-Argument "-File C:\Path\To\WindowsAutoMantenimiento.ps1"
$Trigger = New-ScheduledTaskTrigger -Weekly -DaysOfWeek Sunday -At 2am
Register-ScheduledTask -Action $Action -Trigger $Trigger `
-TaskName "WindowsMaintenance" -RunLevel Highest- πΎ Save all work before running
- π Close important applications
- π Ensure power is connected
- β±οΈ Full maintenance: 30-60 minutes
- πΏ SSD: Defrag automatically skipped
# Set execution policy
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope ProcessC:\Windows\Logs\WindowsMaintenance\
βββ Maintenance_2026-02-07.log
βββ Errors_2026-02-07.log
βββ Report_2026-02-07.txt
murdok1982
- GitHub: @murdok1982
- LinkedIn: Gustavo Lobato Clara
- Email: gustavolobatoclara@gmail.com
MIT License
- GUI interface
- Multi-language support
- Cloud backup integration
- Driver update checking
- Registry cleanup
β Star this repo! π Report issues
NIVEL DE ACCESO: AUTORIZADO | DESTINATARIO: COMANDANCIA DE DESARROLLO (gustavolobatoclara@gmail.com)
A travΓ©s del siguiente portal de comunicaciones, el personal autorizado puede emitir reportes de incidencias, fallas crΓticas en despliegue (compilaciΓ³n) o solicitudes de mejoras estratΓ©gicas. Seleccione la directiva correspondiente para visualizar los protocolos de envΓo:
π¨ REPORTAR QUEJA O INCIDENCIA DISCIPLINARIA / OPERATIVA
Para tramitar una queja sobre el funcionamiento, estructura o contenido del sistema, envΓe un mensaje a gustavolobatoclara@gmail.com siguiendo este protocolo:
- Asunto: [QUEJA] - Nombre del Sistema - Breve descripciΓ³n.
- Cuerpo del mensaje: Detallar claramente la incidencia, impacto operativo y, si es posible, la evidencia (capturas o logs).
- Prioridad: Indicar si es de atenciΓ³n inmediata o diferida.
π οΈ REPORTE DE PROBLEMAS DE COMPILACIΓN O DESPLIEGUE
Si experimenta fallos durante la fase de compilaciΓ³n o instalaciΓ³n del sistema, reporte a gustavolobatoclara@gmail.com con la siguiente estructura tΓ©cnica:
- Asunto: [COMPILACIΓN] - Falla en entorno <Entorno/OS>.
- Especificaciones: Sistema Operativo, versiΓ³n de dependencias y herramientas de compilaciΓ³n utilizadas.
- Traza de Error (Logs): Adjunte el log completo de errores proporcionado por la terminal (en formato texto o captura legible).
- Pasos de ReproducciΓ³n: Secuencia exacta de comandos ejecutados antes del fallo crΓtico.
π‘ SUGERENCIAS O SOLICITUDES DE DESARROLLO
Para proponer nuevas capacidades tΓ‘cticas, mΓ³dulos de inteligencia o mejoras de arquitectura, envΓe su solicitud a gustavolobatoclara@gmail.com:
- Asunto: [PROPUESTA] - Mejora o Nuevo MΓ³dulo.
- Objetivo TΓ‘ctico: ΒΏQuΓ© problema resuelve o quΓ© ventaja proporciona esta nueva caracterΓstica?
- Viabilidad: (Opcional) Posible enfoque tΓ©cnico o herramientas recomendadas para su implementaciΓ³n.
I build open-source projects focused on applied AI, automation, and data intelligence. Over on my GitHub you'll find things like AI-powered analysis engines, OSINT platforms for open-source research, Windows automation tools, and experiments with language models. Everything is public and free, so anyone can use it, study it, or build on top of it. github.com/murdok1982
Keeping these projects alive takes a lot of hours. If any of them have helped you out or you just like what I'm doing, you can support me with a coffee: ko-fi.com/murdok1982
Every contribution goes straight back into shipping more open-source code.