I want to create program

snakehead97

Honorable
Aug 16, 2013
7
0
10,510
Before commenting that I am not in the right place please hear me out. So I want to create a program that will prompt the user to browse an .exe file and then do specific things to the .exe file via another program. I know that this is a forum about hardware but is there anyone who knows how to code these kind of things, or at the very least can someone point me to a website that contains forums for these kind of things
 

snakehead97

Honorable
Aug 16, 2013
7
0
10,510


Well to be more specific it's a game .exe and what I want the program to do is Set the feature level limit to 11_1 and Force WARP on the .exe game file using the DirectX Properties application (dxcpl)
 

snakehead97

Honorable
Aug 16, 2013
7
0
10,510


Well manually I would go to Start>>Run and type in "dxcpl" then a windows will pop up named direcx properties. Then I would go to Edit List>>...>>(browse the program)>>Add and then I would thick Force Warp, set the feature level limit to 11_1 and hit OK. That's it
 

snakehead97

Honorable
Aug 16, 2013
7
0
10,510


OK. My apology then. Well do you know how to make a program that can change those registry keys without my interference?