Sunday, March 15, 2020

Skipping DirectX and VCRedist Installation for Dota and PUBG Steam

Dota and Pubg Steam always force you to install directx and vcredist eventhough you have installed the newest version of them ( Directx and vcredist ). To skip this bothering installation, you can change windows registry. But make sure you have installed the newest version of directx and vcredist ( from 2005 till 2019 ).

Below is the registry of Valve that will skip directx and vcredist installation for Windows 64-bit. Open notepad and copy them into it , then save it as "skipsteam.reg" :

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam\Apps\CommonRedist]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam\Apps\CommonRedist\DirectX]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam\Apps\CommonRedist\DirectX\Jun2010] "dxsetup"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam\Apps\CommonRedist\vcredist]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam\Apps\CommonRedist\vcredist\2010]
"x86"=dword:00000001
"x64"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam\Apps\CommonRedist\vcredist\2012]
"x86 Update 4"=dword:00000001
"x64 Update 4"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam\Apps\CommonRedist\vcredist\2013]
"x86 12.0.30501"=dword:00000001
"x64 12.0.30501"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam\Apps\CommonRedist\vcredist\2015]
"x86 Update 3 14.0.24215.0"=dword:00000001
"x64 Update 3 14.0.24215.0"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve\Steam\Apps\CommonRedist\vcredist\2017]
"x86 14.10.25008.0"=dword:00000001
"x64 14.10.25008.0"=dword:00000001

Or you can download the registry from here : Steamskip

No comments:

Post a Comment