How to Enable And Disable the Built in administrator account on Windows10
У вашего броузера проблема в совместимости с HTML5
Exectued commands:
To Enable the Administrator account :
if the system language is English type in cmd :
net user administrator /active:yes
if the system language is French type in cmd :
net user administrateur /active:yes
To set a password for the Administrator account:
net user administrator * (if system language is English)
net user administrateur * (if system language is French)
To disable the Admin accont:
net user administrator /active:no (if system language is English)
net user administrator /active:no (if system language is French)