Skip to content

Latest commit

Β 

History

History
100 lines (62 loc) Β· 3.33 KB

File metadata and controls

100 lines (62 loc) Β· 3.33 KB

πŸ€– ServiceOptimizer.AI

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.

Version PowerShell License

image image

πŸš€ Quick Installation

One-Line Installation

Run in PowerShell:

irm https://raw.githubusercontent.com/Walkoud/ServiceOptimizer.AI/main/install.ps1 | iex

Or (no admin required):

iwr -useb https://raw.githubusercontent.com/Walkoud/ServiceOptimizer.AI/main/install.ps1 | iex

This will download all files and launch the app automatically.

⚠️ Note: Administrator rights are only needed when applying service changes, not for installation.

✨ Features

  • πŸ’Ύ 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

πŸ“– How It Works

brave_82ArJ9lCht

  1. Generate prompt β†’ Click "GENERATE AI PROMPT" (copies to clipboard)
  2. Get AI recommendations β†’ Paste in ChatGPT/Claude, get JSON response
  3. Import recommendations β†’ Click "ANALYZE CLIPBOARD"
  4. Apply changes β†’ Review and click "APPLY" for each service

For detailed guide, see docs/usage.md

πŸ“š Documentation

πŸ’» Requirements

  • Windows 10/11
  • PowerShell 5.1+
  • Administrator rights (for applying changes)

πŸ› οΈ Project Structure

ServiceOptimizer.AI/
β”œβ”€β”€ index.ps1          # Main script
β”œβ”€β”€ languages.json     # Translations
β”œβ”€β”€ prompt.txt         # AI prompt template
β”œβ”€β”€ install.ps1        # Installation script
└── docs/              # Documentation

πŸ“ License

MIT License - See LICENSE file

πŸ‘€ Author

Walkoud


Made with ❀️ to optimize your Windows PC