mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-08-10 01:51:18 +10:00
17 lines
351 B
Markdown
17 lines
351 B
Markdown
---
|
|
title: "Programs and Features"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=248}
|
|
"WPFPanelPrograms": {
|
|
"Content": "Programs and Features",
|
|
"category": "Legacy Windows Panels",
|
|
"panel": "2",
|
|
"Type": "Button",
|
|
"ButtonWidth": "300",
|
|
"InvokeScript": [
|
|
"appwiz.cpl"
|
|
],
|
|
```
|