Local group management utility

These days, if you buy a not very expensive laptop or desktop machine with Windows installed, then the chances are the version of Windows you'll get is Windows Home Premium. For a developer, this is a reasonable OS to use since it has most of the features we need. But one thing it doesn't support very well is managing local groups. The Local Users and Groups snap-in doesn't work and the only way to work with them is to use the net command line tool. I always forget how to use net so I thought I'd build something better, and here it is.

Local group management tool for Windows Home Premium

It's a bit rough and ready and only supports adding and removing groups and assigning users to groups, but it served my needs. You'll need .NET 4 installed to run it.

Download the application
Download the source code (requires Visual Studio 2010)

Change History

1.0.0.4 - More UI tweaks
1.0.0.3 - Better performance and some UI tweaks
1.0.0.2 - Now requests elevation on start-up, since it's required to assign users to groups
1.0.0.1 - Initial release