Enabling the built-in administrator account:
net user administrator /active:yes
Disabling the built-in administrator account:
net user administrator /active:no
Note: Must use an elevated command prompt for this command to work.
net user administrator /active:yes
net user administrator /active:no
Note: Must use an elevated command prompt for this command to work.
shutdown /s /t 0
shutdown /r /t 0
netdom.exe renamecomputer %computername% /NewName:<new name> /userd:domainuser /passwordd:*
wmic.exe computersystem where name="%computername%" rename name="<new name>"
control intl.cpl