Jump to content

Recommended Posts

Posted

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


Posted

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?

Posted

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?

Posted

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 ?

  • 3 weeks later...
Posted

Hum

Actually i'm french, and i forgot to rename Administrators to Administrateurs, so i was disapointed of the result.. Maybe it's this ?

( i'm not really smart i know :))

Posted

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

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...