site provides tons of useful registry tweaks :)

-T

Dani AI

Generated

Good find — Winguides has lots of registry tips, and is right that there’s a lot to browse. Registry edits can break system behavior quickly, so back up the registry and create a System Restore point before applying any tweak; also remember that classic OSes like Windows 98/98SE are long out of support (extended support ended July 11, 2006), so many old tweaks won’t apply to modern Windows. How to back up the registry · System Protection / restore points. (support.microsoft.com)

Safe, repeatable workflow (apply in a VM first if possible): export the specific key to a .reg file (Regedit: File → Export), create a named restore point, test the change, and keep the original export so it can be re-imported. Use the correct .reg header for the target OS (Windows Registry Editor Version 5.00 for modern Windows; REGEDIT4 for very old 9x/NT4), and use regedit /s file.reg for silent import on scripts. Example .reg skeleton:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\MyTweak]
"ExampleValue"=dword:00000001

See Microsoft’s guidance on .reg files and import/export behavior. (support.microsoft.com)

For many common tweaks and diagnosis, prefer tested utilities over hand-editing: Microsoft Sysinternals (Autoruns, Process Explorer) and NirSoft tools (RegistryChangesView, many small utilities) let you inspect and test changes safely. These tools reduce guesswork and make reversions easier. (learn.microsoft.com)

If a tweak misbehaves, import the exported .reg backup or apply a restore point from the Recovery Environment (or Safe Mode). The Registry can be powerful but fragile — pick tweaks that solve a specific problem rather than trying everything at once, as suggested. (support.microsoft.com)

Recommended Answers

All 4 Replies

That's a cool site, there is loads of stuff on there.

That's a cool site, there is loads of stuff on there.

Yea, and there tweak manager is cool to :D


-T

Handy, but nothing to make me go "Wow" it needs more stuff.

Yes this is an excellent site........(I've seen it many times)

They should have more 98se specific tweaks in my opinion though (98se is my favorite and is most STABLE OS in my opinion)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.