mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-15 07:05:51 -06:00
61 lines
1.6 KiB
Markdown
61 lines
1.6 KiB
Markdown
|
# Legacy Media (WMP, DirectPlay)
|
||
|
|
||
|
Last Updated: 2024-08-07
|
||
|
|
||
|
|
||
|
!!! info
|
||
|
The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. **Developers do have the ability to add custom content, which won't be updated automatically.**
|
||
|
## Description
|
||
|
|
||
|
Enables legacy programs from previous versions of windows
|
||
|
|
||
|
<!-- BEGIN CUSTOM CONTENT -->
|
||
|
|
||
|
<!-- END CUSTOM CONTENT -->
|
||
|
|
||
|
<details>
|
||
|
<summary>Preview Code</summary>
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"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": [],
|
||
|
"link": "https://christitustech.github.io/winutil/dev/features/Features/legacymedia"
|
||
|
}
|
||
|
```
|
||
|
|
||
|
</details>
|
||
|
|
||
|
## Features
|
||
|
|
||
|
|
||
|
Optional Windows Features are additional functionalities or components in the Windows operating system that users can choose to enable or disable based on their specific needs and preferences.
|
||
|
|
||
|
|
||
|
You can find information about Optional Windows Features on [Microsoft's Website for Optional Features](https://learn.microsoft.com/en-us/windows/client-management/client-tools/add-remove-hide-features?pivots=windows-11).
|
||
|
|
||
|
### Features to install
|
||
|
- WindowsMediaPlayer
|
||
|
- MediaPlayback
|
||
|
- DirectPlay
|
||
|
- LegacyComponents
|
||
|
|
||
|
|
||
|
<!-- BEGIN SECOND CUSTOM CONTENT -->
|
||
|
|
||
|
<!-- END SECOND CUSTOM CONTENT -->
|
||
|
|
||
|
|
||
|
[View the JSON file](https://github.com/ChrisTitusTech/winutil/tree/main/config/feature.json)
|
||
|
|