Creating a one-shot tweak-n-tune utility...

Ichinisan

Lifer
Oct 9, 2002
28,298
1,235
136
I'm working on a utility to automate some of the tedious daily tasks that I have to perform as an in-home installation/support technician for a local cable ISP. The tool needs to allow me to log in as an administrator and tweak settings for all users in one single shot. It will work like HijackThis, but it won't require me to log in individually for each user to clean up the user-specific startup entries.

Basically, the first thing that I need to do is figure out how to list all users that have an HKCU branch in the registry. I know that I'll have to use different methods depending whether the OS is Win9x/ME or NT/2K/XP. Is there a foolproof way to determine each user in Win9x?
 

Ichinisan

Lifer
Oct 9, 2002
28,298
1,235
136
Visual Basic (using Microsoft Visual Basic 2005 Express)

Eventually, I'll have to learn Win32 API to avoid requiring .NET Framework