mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 22:58:32 +00:00
17 lines
340 B
Markdown
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"
|
|
],
|
|
```
|