Windows Manage Local Users and Groups - CMD

Overview To manage local users and groups from the command line in Windows, you can use the netcommand and wmic (Windows Management Instrumentation Command-line) utility. Please note that administrative privileges are required to perform these operations. Here is some of commands we can use the manage the local users and group from the command line / CMD. net user Username Password /add # Creating a Local User: net user Username secret-password # Changing a User's Password: net user Username * # To hide the password....

March 3, 2016 · 1 min · by Chisqi