Mapping

  • Thread starter Thread starter =?iso-8859-1?Q?Ra=FCl_Arias?=
  • Start date Start date
?

=?iso-8859-1?Q?Ra=FCl_Arias?=

Hi !

I need to mantain a drive map (example: F:) when the user
log off, or when the computer restart (without logon).
It´s like a service, but when I insert a new service with
a .EXE with "net use h: \\server\folder" doesn´t work.

I tried with administrator permissions.

Thanks a lot

Raül Arias
 
Try this

make a CMD file that contains

net use h: \\server\folder

Then go to Add a Task and schedule the CMD file to run at boot up with
the necessary authority
 
For what purpose? We may be able to help with your real goal....

Drive mappings are per user so if you want a batch file in say computer
startup to use this, you must map it manually in that batch.

Or just use the UNC name (rather than the map.)

--
Herb Martin

Hi !

I need to mantain a drive map (example: F:) when the user
log off, or when the computer restart (without logon).
It´s like a service, but when I insert a new service with
a .EXE with "net use h: \\server\folder" doesn´t work.

I tried with administrator permissions.

Thanks a lot

Raül Arias
 
Back
Top