Stop guessing in services.msc. Use AI to safely debloat Windows, disable telemetry, and reclaim system resources for peak performance. This tool identifies exactly which services to tweak and explains the "why" behind every recommendation
A PowerShell tool that lists all Windows services, generates AI-based recommendations for enabling or disabling them (using ChatGPT/Claude), and lets you view, compare, and apply these suggestions more easily than services.msc. Itβs a decision-support tool for Windows service optimization, not a fully autonomous optimizer.
Run in PowerShell:
irm https://raw.githubusercontent.com/Walkoud/ServiceOptimizer.AI/main/install.ps1 | iexOr (no admin required):
iwr -useb https://raw.githubusercontent.com/Walkoud/ServiceOptimizer.AI/main/install.ps1 | iexThis will download all files and launch the app automatically.
β οΈ Note: Administrator rights are only needed when applying service changes, not for installation.
- πΎ Automatic backup: CSV export before optimization
- π€ AI prompt generation: Creates optimized prompts for ChatGPT/Claude
- π₯ AI response analysis: Imports and applies JSON recommendations
- π Multilingual: 5 languages (English, French, Spanish, German, Turkish)
- π Custom notes: Add personal instructions to AI
- βοΈ Options: Exclude Xbox/Store services
- Generate prompt β Click "GENERATE AI PROMPT" (copies to clipboard)
- Get AI recommendations β Paste in ChatGPT/Claude, get JSON response
- Import recommendations β Click "ANALYZE CLIPBOARD"
- Apply changes β Review and click "APPLY" for each service
For detailed guide, see docs/usage.md
- Windows 10/11
- PowerShell 5.1+
- Administrator rights (for applying changes)
ServiceOptimizer.AI/
βββ index.ps1 # Main script
βββ languages.json # Translations
βββ prompt.txt # AI prompt template
βββ install.ps1 # Installation script
βββ docs/ # Documentation
MIT License - See LICENSE file
Walkoud
- GitHub: @Walkoud
- Repository: ServiceOptimizer.AI
Made with β€οΈ to optimize your Windows PC
