Как перейти на учетную запись администратора со стандартной учетной записи

1637
securityghost

У меня есть компьютер с 3 различными учетными записями. Все учетные записи являются администраторами, кроме моей. Как изменить свою учетную запись на учетную запись администратора. Я не могу войти в 2 другие учетные записи и не хочу ничего касаться с этими учетными записями. Даже если я не могу изменить учетную запись, мне нужны права администратора.

-2
Спросите человека, которому принадлежит одна учетная запись администратора ... DavidPostill 8 лет назад 1
Если у вас нет доступа к учетной записи администратора, это невозможно сделать Ramhound 8 лет назад 0
Вряд ли это будет безопасная система, если обычный пользователь сможет продвигать себя;) Tetsujin 8 лет назад 2

3 ответа на вопрос

1
Michael Bailey

Okay, first of all, this is a super sketch question. Please don't take my answer and

  1. Get yourself fired
  2. Get yourself arrested
  3. Get yourself put on a no-fly-list
  4. Get yourself grounded
  5. Get me fired
  6. Get me arrested
  7. Get me put on a no fly list

and that's not just a "don't get caught". Don't do anything you shouldn't be doing. I'm just answering this on the off chance it's a laptop you just bought and don't have the password to or some BS. At the end of the day if you're browsing a forum to figure out how to get admin on a system you shouldn't, the IT person who you'd be subverting is probably good enough to catch you and punish you accordingly.

There's no perfect way to do this because Windows actually does have security in place (duh), but that being said how I would do it is (assuming unencrypted hard disk)

  1. Boot to Ubuntu Live CD/USB
  2. Take out any networking (whether that's Wifi or unplugging the network cable) God forbid there's a chance this is setting alarms anywhere
  3. Mount the host hard drive
  4. Go to C:\Windows\System32
  5. Rename (in linux you'd use the mv command) sethc.exe to whatever you want
  6. Copy cmd.exe to sethc.exe
  7. Reboot into windows
  8. Hit shift five times
  9. You now have a system command prompt, net user username /add to make a new user and net localgroup Administrators username /add to add that user as admin
  10. If you care about the environment at all, move sethc.exe back and remove the command prompt sethc.exe

This is also for local users. Not domain. Someone please let me know if this is off bounds but I've actually used this to recover lost passwords for laptops in an IT environment.

0
cilentwhistlr
  • Activate in-built Admin account by typing this onto Command Prompt

net user administrator /active:yes

  • Logout and login using Admin account
  • Go to Control Panel> User Accounts> Manage another account.
  • Select the Standard Account.
  • Select Admin and press Change Account Type to confirm and save.
-2
securityghost

After I did some research, I found this solution.

  • First live boot ubuntu
  • Next install chntpw
  • Then open up your Windows\system32\config folder
  • Now open terminal and type "cd /media/path to your config folder"
  • Enter sudo chntpw -u Lincoln SAM (Lincoln is the username for the standard windows account)
  • Once the User Edit Menu come up hit 3 and enter.

    enter image description here

That's it. For more info please refer to

The first link is for deleting a administrator password so when you get to the User Edit Menu push 3 instead of 1.

Почему мы не предоставляем полную информацию в самом ответе? Ramhound 8 лет назад 0
Это полная информация, но если у вас возникли проблемы, обратитесь к ссылкам securityghost 8 лет назад 0
Это не то, как ответы работают здесь в Superuser. Вся соответствующая информация должна содержаться в самом ответе, а ссылки должны использоваться только в качестве внешних источников и / или дополнительной дополнительной информации. Существующая информация недостаточно подробна. Ramhound 8 лет назад 0
Вы сказали (в вопросе): «Я не хочу ничего касаться с этими [другими] учетными записями [которые являются администраторами]». Разве вышеупомянутое решение не очищает (стирает) пароль Линкольна? Мало того, что это чрезвычайно очевидное вмешательство (Линкольн может, вполне оправданно, отвезти ПК в ИТ для карантинного и криминалистического анализа), оно также потенциально разрушительно - если у Линкольна есть зашифрованные файлы, это может лишить его возможности доступа к ним. Scott 8 лет назад 2
Извините, я новичок в суперпользователе. Если я что-то пропустил, не стесняйтесь редактировать пост. Нет, я не думаю, что это стирает пароль, только что продвинули странного пользователя securityghost 8 лет назад 0
@ jo900 superuser часто такой - твой искренний вклад часто не ценится. ничего не поделать. Howard 8 лет назад 0

Похожие вопросы