File access over network...

  • Thread starter Thread starter Karim Loukili
  • Start date Start date
K

Karim Loukili

An XP Embedded System which is connected over a cross connect cable with a
Win 2000 Notebook or an other XP Pro PC requires allways Username/Password
when trying to access a folder on the Notebook/PC although the file has
enabled shared access for guests. Even when mounting a folder while using
the option "use a different login" and entering username and password, on
next reboot of the embedded system and clicking on the mounted drive letter,
a popup appears which requests the password (username is set to the name
entered when mounted, password field is blank although also entered when
mounted). Entering the password enables then the access, but I would like to
have it without the password request, since configured so.
The XP Embedded is configured to min logon.

Is there a way to change this behaviour?

louk
 
Karim,

Use command like "net use <driveletter>: <ShareUNCPath> /USER:<username> <password> /PERSISTENT:YES"

KM
 
Back
Top