Loading
Showing posts with label Net User. Show all posts
Showing posts with label Net User. Show all posts

Thursday, October 22, 2009

Disable Windows Users From The Command Line

Whether in an Active Directory domain or standalone in a workgroup you can use this simple command line to disable one or more users.
net user <username> /active:no </domain>