Files
winutil/docs/content/dev/features/Legacy-Windows-Panels/Power.md
2026-02-23 18:28:56 -06:00

17 lines
330 B
Markdown

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