Jump to content

Recommended Posts

Posted

Hey guys... first time i ever post. so go easy on me....

Anyways i want to tell you guys about a program i made and have being working on it for a week weeks now, gathering information, writting the code, blah blah blah and all that extra good stuff.

waccs (stands for WindowsAccounts) ver 0.3 creates both local accounts and adds domain accounts to your local computer. (Wrote it for the network admin in my sch).

well the program needs alot of work. Next i plan on adding fetures that del accounts as well as rename them, also thinking of renaming groups too. so well i hope you all find a use for it.

Oh i think i should tell you, uhh.. i kinda forgot the feture to add a password to the local account so be sure to look for that in ver. 0.4. sorry.

KBM

tell me watcha think: by the way i havent had alot of time to work on error handlers so dont mess with it. It works just like is suppost to work :).

waccs.zip


Posted

You can use these lines in a batch file

ECHO Add Admin User

SET /P user1=Name:

SET /P pwd1=Passwort:

net user \"%user1%\" %pwd1% /add

net localgroup Administratoren \"%user1%\" /add

ECHO Add User

SET /P user1=Name:

net user \"%user1%\" /add

Posted

Well the program is not being compiled in a BATCH compiler is actually c++. But yeah thanks for the code? i guess. Im sure i might use it. Thanks again.

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