Skip to content

Instantly share code, notes, and snippets.

@rsola
rsola / deldxredist.cmd
Last active May 10, 2024 16:38
Remove DirectX redist components
@echo off
REM This command-line interpreter batch file removes all of the DirectX
REM redistributable DLLs from SysWOW64 (64-bit Windows only) and System32
REM folders. It should be used as a last resort to troubleshoot versioning
REM issues and processor architecture conflicts. No output is given.
REM Must be run with administrator privileges (elevated). It will fail
REM silently otherwise.
REM You should restore the delete files by using the DirectX End-User