Files
winutil/docs/content/dev/features/Legacy-Windows-Panels/Power.md
2026-04-02 15:17:58 -05:00

17 lines
330 B
Markdown

---
title: "Power Panel"
description: ""
---
```json {filename="config/feature.json",linenos=inline,linenostart=218}
"WPFPanelPower": {
"Content": "Power Panel",
"category": "Legacy Windows Panels",
"panel": "2",
"Type": "Button",
"ButtonWidth": "300",
"InvokeScript": [
"powercfg.cpl"
],
```