mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 06:38:31 +00:00
* updated theme to the latest version * Update en.yaml * removed all the order from the docs * add the store link * update homepage * add filename and line number to all the code blocks and also removed pages * auto pull the code from the json files * Merge branch 'main' into winutil-new-features * the script updated linenostart= * Delete LaptopHibernation.md
20 lines
510 B
Markdown
20 lines
510 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": [],
|
|
```
|