Login script Win2000 Terminal Services

A

Andrea Racca

Hi,
I have a Windows 2000 Terminal Services standalone server. I like to know if
it's possible have a different login script for each of my user.
Where I have to put the scripts?
I wouldn't use usrlogon.cmd!
Thank's
Andrea
 
V

Vera Noest [MVP]

A different script for each user???
Are you sure that this is the best way of doing whatever you want to
do? Sounds like a potential chaos.

But anyway, if the login script is really personal, then I would put
it in the users home directory. And if you take the username to be
the name of the login script, you can call them from within you
general login script (like usrlogon.cmd). Something like:

call \\FileServer\User_share\%username%\%username.bat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top