mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 14:48:31 +00:00
21 lines
511 B
Markdown
21 lines
511 B
Markdown
---
|
|
title: "Legacy Media (WMP, DirectPlay)"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=29}
|
|
"WPFFeatureslegacymedia": {
|
|
"Content": "Legacy Media (WMP, DirectPlay)",
|
|
"Description": "Enables legacy programs from previous versions of windows",
|
|
"category": "Features",
|
|
"panel": "1",
|
|
"Order": "a012_",
|
|
"feature": [
|
|
"WindowsMediaPlayer",
|
|
"MediaPlayback",
|
|
"DirectPlay",
|
|
"LegacyComponents"
|
|
],
|
|
"InvokeScript": [],
|
|
```
|