Jump to content

Recommended Posts

Posted

Hello there

 

We have an OSX network (10.4 server) in our primary school and have recently bought a load of eeePCs running XP.

 

So that the children can open/store files in a shared area, I have set up a user called eeePC on the network.

 

I have set up a shortcut to the OSX network on each XP desktop which takes the user to the home folder of this 'eeePC' user.

 

When clicking the shortcut for the first time after boot, a little username and password box appears, into which 'eeePC' must be typed for the user name and then the password entered.

 

Everything is working fine to that extent but I was wondering if there was a way to automate this logging in, to speed up the kids getting to work!

 

cheers

 

Steve

Posted

manually set a mapping to the drive, heres a little bit of info for net use which will do what you want (and can be scripted)

 

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\XXX>net use /?
The syntax of this command is:
NET USE
[devicename | *] [\\computername\sharename[\volume] [password | *]]
       [/uSER:[domainname\]username]
       [/uSER:[dotted domain name\]username]
       [/uSER:[username@dotted domain name]
       [/sMARTCARD]
       [/sAVECRED]
       [[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]

  • Thanks 1
Posted

As per p858snake - the NET USE in a batch file that's in the All users Startup folder will do the trick to map a drive and then use the shortcut to point to the drive.

 

regards

 

Simon

  • 3 months later...
Posted

can you tell me how to put password if there is no password set ?

many thanks.

seanlu21

 

manually set a mapping to the drive, heres a little bit of info for net use which will do what you want (and can be scripted)

 

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\XXX>net use /?
The syntax of this command is:
NET USE
[devicename | *] [\\computername\sharename[\volume] [password | *]]
       [/uSER:[domainname\]username]
       [/uSER:[dotted domain name\]username]
       [/uSER:[username@dotted domain name]
       [/sMARTCARD]
       [/sAVECRED]
       [[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...