Files
2026-01-03 12:00:01 +08:00

10 lines
145 B
Batchfile

@echo off
DISM /online /enable-feature /featurename:DirectPlay /all
start /wait "" RegSetup.exe
start /wait "" dplay-setup.exe
exit