A minimalist Windows tray app to toggle between two power plans with a single click. Switch effortlessly between Power Saving and Ultimate Performance modes with instant visual feedback.
- 🔌 One-click power plan switching
- 🎨 Tray icon color indicator (Green = Power Saving, Red = Ultimate Performance)
- 🗁️ Left-click to toggle, Right-click for menu
- 🚀 Ultra-lightweight (minimal CPU & GPU usage)
- 🛠️ Auto-start option
PowerPlanToggle/
├── PowerPlanToggle/ # Main app source code
├── PowerPlanToggleInstaller/ # Installer setup (optional)
├── PowerPlanToggle.sln # Visual Studio solution file
└── README.md # Project documentation
- Open
PowerPlanToggle.slnin Visual Studio 2022. - Build the PowerPlanToggle project.
- (Optional) Build the PowerPlanToggleInstaller to create the installer.
- Windows 10 or higher
- Visual Studio 2022 (for building)
- Make sure to replace the placeholder power plan GUIDs in
Form1.cswith your actual power plan IDs. - Icons used: Green and Red indicators for clear mode distinction.
This project is licensed under the MIT License. See the LICENSE file for details.