Allow unattended program to logon from another computer in home network

K

Ken K

I run Win2K on my computer and have permissions to allow other
computers' users to signon to my L: drive as the folder for backup
images of their computers with Acronis. Presently, that is
accomplished by manually going through the steps of starting the backup
at which point the other computer receives a dialog box asking for the
login, which is \\KEN\user-name, and "password". This works but I would
like to know if there is a way that I can set up permissions to have
this happen without having the remote computer user have to start the
process manually so that it can be set up to go once a week unattended.

Present permissions are Guest, Guests, individual users, administrators,
power users.

Thanks
Ken K
 
M

Miha Pihler

Hi,

One option is to map drives using logon, startup or some other script. If
you use batch file to perform backup you could just add another line into
batch file to map the drive.

Command line would be:

net use x: \\server\share /user:username password

where
x: is name of network drive
\\server\share is name of computer and share where the backups will be
stored
username is username created on "server"
password is a password for user created on "server"

I hope this helps,

Mike
 

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