• 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 does one go about merging a .reg file into the registry? Info inside

vizionblind

Senior member
This is what I am trying to do.




2. Copy and paste this and make .reg file and merge into registry.

************begin copy and paste***********
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d

************end copy and paste***********
 
Make a text file out of it, just copy/paste into notepad. Name it whatever you want but make sure it has a .reg extension. Find the file in Explorer, right click it and choose "Merge" if using W2K or XP. (Don't know if 95/98 have that option.)

Or to make it easier, just double click it.


 
I believe its as simple as cutting and pasting that into a notepad document and name it xxxx.reg where the xxxx are the name you want to give it. Then you double click it and it will add it to the registry.

I am using Win98 and all my registry keys additions start with REGEDIT4:

(example:the nvidia coolbits overclocking tweak)

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak]
"CoolBits"=dword:00000003
 
Back
Top