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

17 lines
340 B
Markdown

---
title: "System Properties"
description: ""
---
```json {filename="config/feature.json",linenos=inline,linenostart=263}
"WPFPanelSystem": {
"Content": "System Properties",
"category": "Legacy Windows Panels",
"panel": "2",
"Type": "Button",
"ButtonWidth": "300",
"InvokeScript": [
"sysdm.cpl"
],
```