Skip to content

Latest commit

Β 

History

History
130 lines (93 loc) Β· 2.53 KB

File metadata and controls

130 lines (93 loc) Β· 2.53 KB

βš™οΈ How It Works

Simple guide explaining how to use ServiceOptimizer.AI.

🎯 Process Overview

  1. Generate prompt β†’ Tool creates a prompt with your service list
  2. Get AI analysis β†’ AI analyzes and recommends optimizations
  3. Import recommendations β†’ Tool reads JSON from clipboard
  4. Apply changes β†’ Optimize services with one click

πŸ“‹ Step-by-Step

Step 1: Generate the Prompt

Click "πŸ€– 1. GENERATE AI PROMPT":

  • Tool collects all Windows services
  • Creates detailed prompt with service list
  • Includes your preferences (Xbox, Store, custom notes)
  • Copies to clipboard

What you do:

  • Paste in ChatGPT/Claude
  • Wait for AI analysis

Step 2: Get AI Recommendations

AI returns JSON array with recommendations:

[
  {
    "Name": "ServiceName",
    "Display": "Display Name",
    "Current_Startup": "Automatic",
    "Current_State": "Running",
    "Recommended_Startup": "Manual",
    "Recommended_State": "Stopped",
    "Reason": "Explanation"
  }
]

Step 3: Import Recommendations

Click "πŸ“₯ 2. ANALYZE CLIPBOARD":

  • Tool reads JSON from clipboard
  • Validates format
  • Creates service cards
  • Displays recommendations

Step 4: Apply Optimizations

Click "APPLY" for each service:

  • Changes startup type
  • Starts/stops service
  • Updates display
  • Shows success (green button)

πŸ”„ Complete Example

1. Generate:

Click "GENERATE AI PROMPT"
β†’ Prompt copied

2. Get AI response:

Paste in ChatGPT
β†’ Get JSON recommendations

3. Import:

Copy JSON
Click "ANALYZE CLIPBOARD"
β†’ Cards appear

4. Apply:

Click "APPLY" on each
β†’ Services optimized!

🎨 Features

Backup System

Always backup before changes. CSV file saved with timestamp.

Custom Notes

Add personal instructions. Included in prompt for AI.

Language Support

Switch language anytime. All text translated.

Real-time Updates

Service status updates immediately after applying.

⚠️ Important

Before Applying

  • βœ… Always backup first
  • βœ… Review recommendations
  • βœ… Don't disable critical services

Services to Be Careful With

Never disable:

  • Windows Update services
  • Security services
  • Network services (if needed)
  • Audio services (if needed)

πŸ“Š Expected Results

  • Lower input lag
  • Faster boot time
  • Better performance
  • Reduced RAM usage

Need help? Check Usage Guide