Sunday 26 August 2018

Local Users and Groups Management on Windows 7 Home?


The Local Users and Groups Manager doesn't like running on the Home versions of Windows...



Is there an alternative program which can provide the same amount of flexibility for editing users/groups?


(Control UserPasswords2 doesn't have nearly as much flexibility, so that doesn't count.)



Answer



You can make a lot of these changes using the net command line tool. It's annoying an inelegant, but it works.


net user can be used to set things like password expiration, add a comment to the user, change display name, modify when the user can log in, whether they can change their password, if the account ever expires, and whether it is enabled.


net localgroup can modify groups and their members.


For full documentation, see net user documentation and net localgroup documentation.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...