Disabling the Built-in Administrator Account USING ADMINISTRATOR ELEVATED CMD PROMT OPEN CMD PROMT
win key + r
type cmd in the run window
click ok
cmd promt window will open
OR
click start button
click all programs
scroll to accessories and click
right click command promt
in the context menu click run as administrator ( if asked for password enter password for admin)
copy and paste either of the following commands in the cmd window and press enter
Original equipment manufacturers (OEMs) and system builders are required to disable the built-in Administrator account before delivering the computers to customers.
Run the sysprep /generalize command
When you run the sysprep /generalize command, the next time the computer starts, the built-in Administrator account will be disabled.
OR Use the net user command
Run the following command to disable the Administrator account.
net user administrator /active:no
LINK >>> Enable and Disable the Built-in Administrator Account