Enabling DirectPlay on Windows 10 & 11
Older games that rely on DirectPlay may not function correctly on modern Windows systems, as this legacy feature is disabled by default. To resolve this issue, follow the steps below to enable DirectPlay.
Method 1: Enable DirectPlay via Windows Features
- Open the Start Menu and search for Windows Features.
- Select “Turn Windows features on or off” from the search results.
- In the Windows Features window, locate Legacy Components and expand the category.
- Check the box for DirectPlay.
- Click OK and allow Windows to install the feature.
- Restart the computer to apply the changes.
Method 2: Enable DirectPlay via Command Line
For users who prefer a command-line approach, DirectPlay can be enabled using PowerShell:
- Right-click the Start Menu and select Terminal (Admin) or PowerShell (Admin).
- Enter the following command and press Enter:
dism /online /enable-feature /featurename:DirectPlay /all
- Once the process is complete, restart the computer.
After completing these steps, DirectPlay will be enabled, allowing older games that depend on it to function properly.