thecomputerguy
Well-Known Member
- Reaction score
- 1,414
I am trying to get a network drive to mount as the SYSTEM user for a client because the backup software being used (crashplan) does not allow backup to a mapped drive UNLESS it is mapped with the SYSTEM user to trick the computer into thinking it's an actual drive.
I am doing this with the task scheduler but I can't for the life of me get the batch file to run at start up.
here is the batch file:
net use s: \\192.168.1.80\Public\BILL\Desktop /USER:192.168.1.80\Admin admin
this is the error at start up
I've also tried mounting the drive using the trigger " At logon " to no avail ...
Any advice?
I am doing this with the task scheduler but I can't for the life of me get the batch file to run at start up.
here is the batch file:
net use s: \\192.168.1.80\Public\BILL\Desktop /USER:192.168.1.80\Admin admin
this is the error at start up
I've also tried mounting the drive using the trigger " At logon " to no avail ...
Any advice?