Windows 7 How to create a new account from command prompt?

0

1

My computer was damaged (https://superuser.com/questions/557397/windows-cant-find-desktop-path-profile-after-hard-drive-repair) and now I can't use my administrator account because I get this message:

Failed to connect to a windows service – Windows could not connect to the User Profile Service service. This problem prevents limited users from logging onto the system. As an administrative user, you can review the System Event Log for details about why the service didn´t respond.

And I found this solution: http://bacsoftwareconsulting.com/blog/index.php/software/how-to-fix-failed-to-connect-to-a-windows-service/

The problem is that I don't have administrator rights so I can't create a new account with administrator rights. Is there a way to create this profile using the boot mode which enables the command prompt only?

JohnnyDH

Posted 2013-02-26T01:29:35.060

Reputation: 113

>

  • net user username password /ADD

  • net localgroup Administrators username /ADD

  • < – Volodymyr M. – 2013-03-07T12:52:25.487

    No answers