Jump to content

How can I create an account with admin rights?


Recommended Posts

I tried this way:

net user evil pass /add

net localgroup Administrators evil /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

EXIT

in file useraccounts.cmd

then:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultUserName"="evil"

"DefaultPassword"="pass"

"AutoAdminLogon"="1"

in autologon.reg

but the user has limited privileges

Link to comment
Share on other sites


You're right, I have followed this guide too, but I don't know why it doesn't works.

It creates it and autologon, but it isn't in group Administrators!

I put:

[COMMANDS]

"REGEDIT /S regtweaks.reg"

"useraccounts.cmd"

maybe it's

[COMMANDS]

"useraccounts.cmd"

"REGEDIT /S regtweaks.reg"

???

I also would hide the account Administrator, which is the registry key?

Link to comment
Share on other sites

You're right, I have followed this guide too, but I don't know why it doesn't works.

It creates it and autologon, but it isn't in group Administrators!

I put:

[COMMANDS]

"REGEDIT /S regtweaks.reg"

"useraccounts.cmd"

maybe it's

[COMMANDS]

"useraccounts.cmd"

"REGEDIT /S regtweaks.reg"

???

I also would hide the account Administrator, which is the registry key?

Link to comment
Share on other sites

U just have to put this in cmdlines.txt

[COMMANDS]"useraccounts.cmd"

I also would like to hide Administrator account. Can any one help with the reg key ? and where to run it ?

Link to comment
Share on other sites

  • 3 weeks later...

mines work great and it's easy to find a fix: if u use a non-english native version of windows use the name of your administrators group for example:

@echo off

net user BioHaZaRD /add

net localgroup ADMINISTRADORES BioHaZaRD /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

EXIT

because i'm spanish the group ADMINISTRATORS have to be renamed to ADMINISTRADORES

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...