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

17 lines
349 B
Markdown

---
title: "Computer Management"
description: ""
---
```json {filename="config/feature.json",linenos=inline,linenostart=196}
"WPFPanelComputer": {
"Content": "Computer Management",
"category": "Legacy Windows Panels",
"panel": "2",
"Type": "Button",
"ButtonWidth": "300",
"InvokeScript": [
"compmgmt.msc"
],
```