Changing username from Administrator to administrator: Difference between revisions
From NEOSYS Technical Support Wiki
Jump to navigationJump to search
(Created page with '== Changing username from Administrator to administrator == '''WARNING!!!''' - The server will be locked FOREVER if you mistype the new administrator name! '''Procedure -''' #…') |
|||
Line 2: | Line 2: | ||
'''WARNING!!!''' - The server will be locked FOREVER if you mistype the new administrator name! | '''WARNING!!!''' - The server will be locked FOREVER if you mistype the new administrator name! | ||
===Windows 10 Pro / Enterprise=== | |||
Prerequisite: BEFORE INSTALLING CYGWIN | |||
#Run command prompt as administrator. | |||
#Rename Administrator to be administrator. | |||
wmic useraccount where name='Administrator' rename 'administrator' | |||
#Check in Computer management that it is successful, oro | |||
net user | |||
====Set password==== | |||
Set a password for administrator and enable login | |||
net user administrator * | |||
net user administrator /active:yes | |||
===Windows 2008 Server=== | |||
'''Procedure -''' | '''Procedure -''' |
Revision as of 08:54, 8 February 2021
Changing username from Administrator to administrator
WARNING!!! - The server will be locked FOREVER if you mistype the new administrator name!
Windows 10 Pro / Enterprise
Prerequisite: BEFORE INSTALLING CYGWIN
- Run command prompt as administrator.
- Rename Administrator to be administrator.
wmic useraccount where name='Administrator' rename 'administrator'
- Check in Computer management that it is successful, oro
net user
Set password
Set a password for administrator and enable login
net user administrator * net user administrator /active:yes
Windows 2008 Server
Procedure -
- Click on Start -> Programs -> Administrative Tools -> Local Security Policy
- Click on Local Policies -> Security Options
- Rename as mentioned in screenshot below:
- Check your typing very carefully! Take your time to read it aloud slowly letter by letter to avoid lazy brain syndrome for example. “a d m i n I s t r a t o r” and count 13 characters.
- After renaming, DON’T disconnect and reconnect to test. Check you can login with the changed username on a SECOND connection BEFORE you lose the working connection. If you cannot connect on the second connection then MAKE SURE you solve the problem using the first connection before closing it!