• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how do i make a registry file?

Mrfrog840

Diamond Member
like i said with the NFS4, how do i make that registry file that he was talking about?


HKEY_LOCAL MACHINE\SOFTWARE\Electronic Arts\Need For Speed High Stakes]
"3D Device Description"="Direct3D Device1"
"3D Card"="Direct3D Device1"
"Thrash Driver"="d3d"
"Group"="D3D"
"D3D Device"=dword:00000000
"Triple Buffer"=dword:00000000
"Hardware Acceleration"=dword:00000001
"Thrash Resolution"="640x480


thats what i need to make but where do i put it??
 
Copy and paste all of this in a notepad file:

[HKEY_LOCAL MACHINE\SOFTWARE\Electronic Arts\Need For Speed High Stakes]
"3D Device Description"="Direct3D Device1"
"3D Card"="Direct3D Device1"
"Thrash Driver"="d3d"
"Group"="D3D"
"D3D Device"=dword:00000000
"Triple Buffer"=dword:00000000
"Hardware Acceleration"=dword:00000001
"Thrash Resolution"="640x480



Save file as d3d.reg

Exit notepad, then open file. click yes to update. should update now.

or, download here
 
doesnt work says you cant import registry files....
"The specified file is not a registry script. You can import only registry files."
 


<< doesnt work says you cant import registry files....
"The specified file is not a registry script. You can import only registry files."
>>



Huh? What ver of windows are you using? Do you have admin rights to update the reg?
 
Go into regedit and export a key, you'll see the format. Your just missing the top line which indicates its a reg file.
Bill
 
Back
Top