Files
winutil/docs/content/dev/features/Features/legacymedia.md
T

20 lines
490 B
Markdown
Raw Normal View History

2026-02-10 19:49:36 +00:00
---
title: "Legacy Media (WMP, DirectPlay)"
description: ""
---
2026-02-18 12:37:09 -06:00
2026-04-02 15:17:58 -05:00
```json {filename="config/feature.json",linenos=inline,linenostart=37}
"WPFFeatureslegacymedia": {
2026-01-14 20:28:45 +02:00
"Content": "Legacy Media (WMP, DirectPlay)",
2026-03-02 13:08:27 -06:00
"Description": "Enables legacy programs from previous versions of Windows.",
2026-01-14 20:28:45 +02:00
"category": "Features",
"panel": "1",
"feature": [
"WindowsMediaPlayer",
"MediaPlayback",
"DirectPlay",
"LegacyComponents"
],
"InvokeScript": [],
2026-01-07 19:55:35 +00:00
```