mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-20 03:48:30 +00:00
20 lines
530 B
Markdown
20 lines
530 B
Markdown
---
|
|
title: "Legacy Media Components (WMP, DirectPlay) - Enable"
|
|
description: ""
|
|
---
|
|
|
|
```json {filename="config/feature.json",linenos=inline,linenostart=37}
|
|
"WPFFeatureslegacymedia": {
|
|
"Content": "Legacy Media Components (WMP, DirectPlay) - Enable",
|
|
"Description": "Enables legacy programs from previous versions of Windows.",
|
|
"category": "Features",
|
|
"panel": "1",
|
|
"feature": [
|
|
"WindowsMediaPlayer",
|
|
"MediaPlayback",
|
|
"DirectPlay",
|
|
"LegacyComponents"
|
|
],
|
|
"InvokeScript": [],
|
|
```
|