Wie wechseln Sie vom Standardkonto zum Administratorkonto

1746
securityghost

Ich habe einen Computer mit 3 verschiedenen Konten. Alle Konten sind Administratoren mit Ausnahme von meinen. Wie kann ich mein Konto in ein Administratorkonto ändern? Ich kann mich nicht bei den beiden anderen Konten anmelden und möchte nichts mit diesen Konten berühren. Selbst wenn ich das Konto nicht wirklich ändern kann, muss ich über Administratorrechte verfügen.

-2
Fragen Sie die Person, deren Inhaber der Administrator ist, ... DavidPostill vor 8 Jahren 1
Wenn Sie keinen Zugriff auf ein Administratorkonto haben, ist dies nicht möglich Ramhound vor 8 Jahren 0
Es wäre kaum ein sicheres System, wenn sich ein Standardbenutzer selbst bewerben könnte;) Tetsujin vor 8 Jahren 2

3 Antworten auf die Frage

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

Nachdem ich etwas recherchiert hatte, fand ich diese Lösung.

  • Erster Live-Boot Ubuntu
  • Als nächstes installieren Sie chntpw
  • Dann öffnen Sie Ihren Windows\system32\configOrdner
  • Öffnen Sie nun das Terminal und geben Sie "cd / media / Pfad zu Ihrem Konfigurationsordner" ein.
  • Enter sudo chntpw -u Lincoln SAM(Lincoln ist der Benutzername für das Standard-Windows-Konto)
  • Sobald das User Edit Menü erscheint, drücke 3 und gehe hinein.

    enter image description here

Das ist es. Weitere Informationen finden Sie unter

Der erste Link dient zum Löschen eines Administratorkennworts. Wenn Sie das User Edit-Menü aufrufen, drücken Sie 3 anstelle von 1.

Warum geben wir nicht alle Details in der Antwort selbst an? Ramhound vor 8 Jahren 0
Ist es die vollständige Information, aber wenn Sie Probleme haben, beziehen Sie sich auf die Links securityghost vor 8 Jahren 0
So funktionieren Antworten bei Superuser nicht. Alle relevanten Informationen sollten in der Antwort selbst enthalten sein. Links dürfen nur als externe Quellen und / oder zusätzliche Zusatzinformationen verwendet werden. Die vorhandenen Informationen sind nicht detailliert genug. Ramhound vor 8 Jahren 0
Sie sagten (in der Frage) "Ich möchte nichts mit diesen [anderen] Konten [die Administratoren] berühren". Löscht die obige Lösung nicht das Passwort von Lincoln? Diese Manipulation ist nicht nur offensichtlich (Lincoln könnte den PC zu Recht für die Quarantäne und forensische Analyse zu IT-Diensten bringen), es ist auch potenziell zerstörerisch - wenn Lincoln Dateien verschlüsselt hat, könnte dies seine Zugriffsmöglichkeiten beeinträchtigen. Scott vor 8 Jahren 2
Sorry, ich bin neu im Superuser. Wenn etwas fehlt, kann ich den Beitrag bearbeiten. Nein, ich glaube nicht, dass dadurch das Passwort gelöscht wird, das den Standardbenutzer gefördert hat securityghost vor 8 Jahren 0
@ jo900 Superuser ist oft so - Ihr aufrichtiger Beitrag wird oft nicht geschätzt. Du kannst nichts tun. Howard vor 8 Jahren 0