Script to login to remote machine

A

asdf

most of users on our network are using win xp home machine so i can't set
the workstations to
remember username and password to connect to the server so that they may
utilize it's resources.
of course i could setup a script to do net use z: \\server\share /username
password to connect
to a dummy share and thus providing the workstation with information for the
session.
But what would be a way of connecting to the server through scripting so
that a workstation
remembers username and password without doing it the way i described above.
Just login to the server without attachin to any of the resources etc.


Any way of making winxp home remembering usernames adn password?
 
P

Pegasus \(MVP\)

asdf said:
most of users on our network are using win xp home machine so i can't set
the workstations to
remember username and password to connect to the server so that they may
utilize it's resources.
of course i could setup a script to do net use z: \\server\share /username
password to connect
to a dummy share and thus providing the workstation with information for the
session.
But what would be a way of connecting to the server through scripting so
that a workstation
remembers username and password without doing it the way i described above.
Just login to the server without attachin to any of the resources etc.


Any way of making winxp home remembering usernames adn password?

Try running this command from the Start/Run box on your WinXP PC:

control userpasswords2
 
G

GTS

See the Tech Tips and Downloads page at
http:// [Remove this and spaces] www. gtscomputerservice. com

I have a sample batch file there called "EasyMap" that might help.
 
P

Pegasus \(MVP\)

It lets you set an automatic logon! You should really try
it to see for yourself . . .
 

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