Jump to content

user accounts en zipping files need help


Recommended Posts

ok im new at this en plz discard any typos im dutch ok lets begin i wanna now how i can make e account in the t13 stage of instal like account xxxx wen that don i want wen windows starts tho auto log on tho that account en then start e batch file in wich it ask tho change the administrator pasword en change the name off the user account can sombody make that batch file en tell me how en were tho put it all my installation file en batch file are called tru svpack inf file

.

i also wanna now how i can zip all my programs en let them unzip wen i ganna instal them

i understand engels but i can type or speak it very well :(:(:(:(

Edited by spidercop
Link to comment
Share on other sites


You would like to:

1. make user account ( do you have a reson to do this at t-13?)

2. logon to the user account

3. run batch file that ask you to change administrator pasword

4. same batch file ask to change name of the user account

5. zip all programs, unzip before installing

Edited by Dustinwmew
Link to comment
Share on other sites

yea en o i forgot somthing i want tho make e user account during windows setup or wen it finisch then windows must auto logon tho the account then i need e batch file that asks tho rename the administrator account en ask for new pasword for it en asks tho change the user account tho new name i think u need the user account tho rename the administrator account or give me som other option

Link to comment
Share on other sites

I hope dutch windows is like EN.

1st make the user:

REM makes user with name "theuser", and password "password"

net user theuser password /add

REM give "theuser" administrator powers

net localgroup Administrators theuser /add

REM "theuser" does not have to ever change password

net accounts /maxpwage:unlimited

Link to comment
Share on other sites

2nd logon as the user

I think this will work.

put in a .reg file.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="theuser"
"DefaultPassword"="password"
"AutoAdminLogon"="1"

Link to comment
Share on other sites

I do not know if you can do 3, and 4 with a batch.

Are you asking to have the person at the computer to pick the administrator pasword, and the user name at 1st start up?

if yes, you may need someone to make a .VBS

Edit: found one:

http://www.msfn.org/board/index.php?showtopic=13762#

4th post down may help

Edited by Dustinwmew
Link to comment
Share on other sites

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