i Can't see the shared folder

G

Guest

i have this problem in my company system befor when i open my network places
in any network user i can see all shared folders on the network but now when
i Format any system and reinstall windows xp Pro. and setup the network and
go to my network places i can't see the shared folders on my network i have
to go to view work group options then i can access the shared folders & see
it but before i can see all shared folders when i open my network places
please Sir am waiting your help. my server win2003 server and network users
are Win xp Prof.
 
G

Guest

If you are using a central server as opposed to a peer-group, then you'd be
better with a logon-script to establish connections. More controllable, more
reliable.

Open a commandprompt (type 'cmd' in a Run.. box) and type:

net use driveletter: \\servername\sharename { /user:username password }

{} denotes optional part, only necessary if local logon-credentials don't
match those of account on server.

So for example:

net use Z: \\serv1\documents

will connect the Z: drive to the 'documents' share.

net use /? for more info.

A logon-script is simply a collection of such commands, usually in the form
of a .bat file, run immediately after the user logs-on.
 

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