Skip to content

murdok1982/WindowsAutoMantenimiento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ WindowsAutoMantenimiento - Automated Windows Maintenance

License: MIT PowerShell Windows

Powerful PowerShell script for automated Windows system maintenance. Keeps your Windows PC running at peak performance with one-click optimization.

✨ Features

  • 🧹 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

πŸ’° Support This Project

β‚Ώ Bitcoin Donations Welcome!

Bitcoin
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚    β‚Ώ  BTC Donation Address  β‚Ώ      β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚                                     β”‚
β”‚  bc1qqphwht25vjzlptwzjyjt3sex     β”‚
β”‚  7e3p8twn390fkw                    β”‚
β”‚                                     β”‚
β”‚  Network: Bitcoin (BTC)             β”‚
β”‚  Scan QR ↓                          β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
Bitcoin QR Code

Address: bc1qqphwht25vjzlptwzjyjt3sex7e3p8twn390fkw

Support Windows optimization tools! πŸ™


πŸš€ Quick Start

Run as Administrator

cd C:\Path\To\WindowsAutoMantenimiento
.\WindowsAutoMantenimiento.ps1

πŸ’» Usage

# Full maintenance
.\WindowsAutoMantenimiento.ps1

# Quick mode
.\WindowsAutoMantenimiento.ps1 -Quick

# Report only
.\WindowsAutoMantenimiento.ps1 -ReportOnly

πŸ› οΈ Maintenance Tasks

1. Disk Cleanup

  • Temp files, cache, Recycle Bin
  • Browser cache, Windows Update cache

2. System Files Check

sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

3. Windows Updates

  • Auto-download and install updates

4. Security Scan

Start-MpScan -ScanType FullScan

πŸ“… Scheduled Maintenance

# 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

⚠️ Important Notes

  • πŸ’Ύ Save all work before running
  • πŸ”Œ Close important applications
  • πŸ”‹ Ensure power is connected
  • ⏱️ Full maintenance: 30-60 minutes
  • πŸ’Ώ SSD: Defrag automatically skipped

πŸ”’ Security

# Set execution policy
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

πŸ“„ Logs

C:\Windows\Logs\WindowsMaintenance\
  β”œβ”€β”€ Maintenance_2026-02-07.log
  β”œβ”€β”€ Errors_2026-02-07.log
  └── Report_2026-02-07.txt

πŸ‘€ Author

murdok1982

πŸ“ License

MIT License

πŸ“ˆ Roadmap

  • GUI interface
  • Multi-language support
  • Cloud backup integration
  • Driver update checking
  • Registry cleanup

⭐ Star this repo! πŸ› Report issues

Keep Your System Optimized! πŸš€

πŸŽ–οΈ CENTRO DE COMUNICACIONES Y REPORTES OFICIALES

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:
  1. Asunto: [QUEJA] - Nombre del Sistema - Breve descripciΓ³n.
  2. Cuerpo del mensaje: Detallar claramente la incidencia, impacto operativo y, si es posible, la evidencia (capturas o logs).
  3. 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:
  1. Asunto: [COMPILACIΓ“N] - Falla en entorno <Entorno/OS>.
  2. Especificaciones: Sistema Operativo, versiΓ³n de dependencias y herramientas de compilaciΓ³n utilizadas.
  3. Traza de Error (Logs): Adjunte el log completo de errores proporcionado por la terminal (en formato texto o captura legible).
  4. 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:
  1. Asunto: [PROPUESTA] - Mejora o Nuevo MΓ³dulo.
  2. Objetivo TΓ‘ctico: ΒΏQuΓ© problema resuelve o quΓ© ventaja proporciona esta nueva caracterΓ­stica?
  3. Viabilidad: (Opcional) Posible enfoque tΓ©cnico o herramientas recomendadas para su implementaciΓ³n.


Support / Apoya este proyecto

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.

About

Script en powersell para mantener tu equipo windows a tope gama

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors