Posted by Anonymous on February 14, 2012 at 05:13:15:
In Reply to: dos): net user administrator /activate:yes posted by Ausman Maudarbocus on February 13, 2012 at 14:50:58:
: Every time I type
: net user administrator /activate:yes
: I recieve a : syntax 5 error. Access is denied.
: How do i get to allow net user administrator
: /activate:yes to be accepted?
Are you running the command from an elevated command prompt?
Click the Start orb, in the Search box type:
cmd
When "cmd" appears in the results above the Start orb, right-click it and choose "Run as administrator". (Provide password/OK to UAC).
You will now be at an elevated command prompt.
Now type:
net user administrator /active:yes
(and press [Enter]).
Note that you must have a space between "administrator" and "/" (slash).