Share via

Need Default Values for Direct3D registry

Anonymous
2020-03-09T23:13:17+00:00

Hi guys, I think I did something wrong in the registry editor and now I can't open my windows 7 games that are on my windows 10 PC.

They worked before I went on the registry editor, so I think the problem is there. 

"Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D" is where I was in the registry editor. Can someone give me the default values of everything in that section so I can see what went wrong?

Thanks!

P.S. tell me if I should tag this question to a different topic.

Windows for home | Windows 10 | Gaming

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2020-03-14T23:03:11+00:00

    Hi Shivum,

    here is export from my registry

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D]

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\Drivers]

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\Drivers\Direct3D HAL]

    "Base"="hal"

    "Description"="Microsoft Direct3D Hardware acceleration through Direct3D HAL"

    "GUID"=hex:e0,3d,e6,84,aa,46,cf,11,81,6f,00,00,c0,20,15,6e

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\Drivers\Ramp Emulation]

    "Base"="ramp"

    "Description"="Microsoft Direct3D Mono(Ramp) Software Emulation"

    "GUID"=hex:20,6b,08,f2,9f,25,cf,11,a3,1a,00,aa,00,b9,33,56

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\Drivers\RGB Emulation]

    "Base"="rgb"

    "Description"="Microsoft Direct3D RGB Software Emulation"

    "GUID"=hex:60,5c,66,a4,73,26,cf,11,a3,1a,00,aa,00,b9,33,56

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList]

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\16 bit Bump DuDv]

    "ddpf"="00080000 0 16 ff ff00 0 0"

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\16 bit BumpLum DuDv]

    "ddpf"="000C0000 0 16 1f 3e0 fc00 0"

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\16 bit Luminance Alpha]

    "ddpf"="00020001 0 16 ff 0 0 ff00"

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\24 bit BumpLum DuDv]

    "ddpf"="000C0000 0 24 ff ff00 ff0000 0"

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\8 bit Luminance]

    "ddpf"="00020000 0 8 ff 0 0 0"

    Should there be anything written on the "default" section of "DIRECT3D  HAL"?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Igor Leyko 111K Reputation points Independent Advisor
    2020-03-09T23:17:27+00:00

    Hi Shivum,

    here is export from my registry

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D]

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\Drivers]

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\Drivers\Direct3D HAL]

    "Base"="hal"

    "Description"="Microsoft Direct3D Hardware acceleration through Direct3D HAL"

    "GUID"=hex:e0,3d,e6,84,aa,46,cf,11,81,6f,00,00,c0,20,15,6e

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\Drivers\Ramp Emulation]

    "Base"="ramp"

    "Description"="Microsoft Direct3D Mono(Ramp) Software Emulation"

    "GUID"=hex:20,6b,08,f2,9f,25,cf,11,a3,1a,00,aa,00,b9,33,56

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\Drivers\RGB Emulation]

    "Base"="rgb"

    "Description"="Microsoft Direct3D RGB Software Emulation"

    "GUID"=hex:60,5c,66,a4,73,26,cf,11,a3,1a,00,aa,00,b9,33,56

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList]

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\16 bit Bump DuDv]

    "ddpf"="00080000 0 16 ff ff00 0 0"

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\16 bit BumpLum DuDv]

    "ddpf"="000C0000 0 16 1f 3e0 fc00 0"

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\16 bit Luminance Alpha]

    "ddpf"="00020001 0 16 ff 0 0 ff00"

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\24 bit BumpLum DuDv]

    "ddpf"="000C0000 0 24 ff ff00 ff0000 0"

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Direct3D\DX6TextureEnumInclusionList\8 bit Luminance]

    "ddpf"="00020000 0 8 ff 0 0 0"

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2020-03-14T22:57:20+00:00

    Thanks, I'll go over my registry!

    Was this answer helpful?

    0 comments No comments