EXE
WinGet
DOSBox-X
joncampbell123 [DOSBox-X Team] · 2025.02.01 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
dosbox-x-windows-2025.02.01-setup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
dosbox-x-windows-2025.02.01-setup.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DOSBox-X 2025.02.01 (32/64bit for Windows)
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
2025.02.01
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
dosbox-x-windows-2025.02.01-setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
joncampbell123.DOSBox-X
Version
2025.02.01
Description
DOSBox-X is an open-source DOS emulator for running DOS games and applications.
License
GPL-2.0
↗
Support
https://dosbox-x.com/wiki
Installer URL
https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v2025.02.01/dosbox-x-windows-2025.02.01-setup.exe
Upgrade Behavior
install(Install over existing)
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
2025.02.01
- Added new experimental dosbox.conf option that turns off the
A20 gate automatically if loading a COM/EXE file to a memory
location below 64KB. Option is off by default. This is intended
for the startup routines of programs that assume 8086 wraparound
to prevent them from crashing (joncampbell123).
- Bump tinyfiledialogs to v3.19.1 (maron2000)
- Fix VGA render-on-demand bug that causes all screen updates to
stop working if something changes video state without changing
an…