how do i make a registry file?

Mrfrog840

Diamond Member
Oct 7, 2000
3,595
1
0
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??
 

NetworkDad

Diamond Member
Jan 22, 2001
3,435
1
0
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
 

Mrfrog840

Diamond Member
Oct 7, 2000
3,595
1
0
doesnt work says you cant import registry files....
"The specified file is not a registry script. You can import only registry files."
 

NetworkDad

Diamond Member
Jan 22, 2001
3,435
1
0


<< 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?
 

bsobel

Moderator Emeritus<br>Elite Member
Dec 9, 2001
13,346
0
0
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