0

So I'm trying to install mediamonkey as a service. That's just a button to click. It then asks for my password for account "Steven". Well, on windows, I don't actually have an account login "Steven" but rather "Steven [LASTNAME]", although under "users" my folder is "Steven" so I gather that's how they got that.

Backup: I don't actually log onto my machine with a password, I use a pin. My account is tied to my MS Live account and if I ever forget my pin, I use that to gain access. That is the password I'm trying, but I keep getting a failure due to authentication error.

So what password is it looking for? Is it that it is assuming my login name is "Steven" when it isn't?

bcsteeve
  • 299

1 Answers1

2

Try creating a local administrator account and don't link it with anything.

Use commandline and enter the following:

net user administrator password

net user administrator /active:yes

Then log into that account using the password "password"

Install the program on that account after you're done enter the second line into the command line and change it from /active:yes to /active:no

TechKno
  • 108