mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 06:38:31 +00:00
17 lines
349 B
Markdown
17 lines
349 B
Markdown
---
|
|
title: "Computer Management"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=186}
|
|
"WPFPanelComputer": {
|
|
"Content": "Computer Management",
|
|
"category": "Legacy Windows Panels",
|
|
"panel": "2",
|
|
"Type": "Button",
|
|
"ButtonWidth": "300",
|
|
"InvokeScript": [
|
|
"compmgmt.msc"
|
|
],
|
|
```
|