Can't access Windows XP workstations in workgroup

N

Nolan

I have a 20 workstation peer-to-peer network. All
workstations are Windows XP Pro with all patches.

I set myself up with a local admin account w/password on
each desktop.

When I want to map a drive to c$ or ipc$ or RDP, I get an
authentication error.

Any thoughts?

TIA,

Nolan
 
M

Miha Pihler

Hi Nolan,

what happens if you try it like this:

net use x: \\remote_pc\c$ /username:administrator password

where:
x: is name of network drive
remote_pc is name of remote Windows XP PC
/username:administrator (here replace administrator with real username if
other then administrator)
password (replace with real password for administrator account.

Remember to put in the name and password or _remote_ PC!

Mike
 
G

Guest

I get a User not found error
-----Original Message-----
Hi Nolan,

what happens if you try it like this:

net use x: \\remote_pc\c$ /username:administrator password

where:
x: is name of network drive
remote_pc is name of remote Windows XP PC
/username:administrator (here replace administrator with real username if
other then administrator)
password (replace with real password for administrator account.

Remember to put in the name and password or _remote_ PC!

Mike




.
 
M

Miha Pihler

Try with replacing:

/usename:administrator with /username:computername\administrator

computername = remote Windows XP PC e.g.

/username:pc1\administrator password

Mike
 

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