That's most likely the reason for your net start command failure.

From a cmd window enter net start. You'll get a list of running services.
Then pick a service to play with and enter net stop <service name>
followed by a net start <service name>.

You don't need to use "the" administrator account as long as your own account has admin privileges.