Windows NT Batch File - TechRepublic
General discussion
March 6, 2001 at 01:37 PM
bdhansen

Windows NT Batch File

by bdhansen . Updated 25 years, 3 months ago

I am trying to create a batch file for windows NT that will set the following parameters for me after i install windows NT.

Set the time zone to : central time zone
Set the display properties to : 1280 X 1024
Set the color to : 65536 colors
create 2 shortcuts on desktop to a program in: D:\winnt
Create a user account: user
Password : user
Set : password never expires
Set : user cannot change password
clear: user must change password at logon
Add user to power users group and make group log on as a service
Add environment variable to the Path variable: %home%\scripts;%home%\bin;%dir%\scripts;%dir%\bin
Add new variables: home=d:\dir\home
New variable : dir = d:\dir\cust

Could you let me know if this can be all done by usinga batch file ?

This discussion is locked

All Comments