NET USE IPC$ /u:

P

Paul Wehland

I have two XP machines both in Workgroups, neither in Domain. Machine A and
Machine B.
While working on Machine B, I discover I need a file off of a non-shared
resource on Machine A.
I issue:
NET USE \\A\IPC$ /u:A\Administrator PassWord

This always used to work in Win2k and before. Now I get Logon Failure.
Can we no longer connect to the IPC$ share to give us Admin access to
machine A?
If not, how do I get files off of another machine in a workgroup?
 
D

Doug Knox MS-MVP

You're not specifying the drive letter that you want to use.

NET USE X: \\Computername\Sharename /USER:A\Administrator password
 
T

Torgeir Bakken (MVP)

Paul said:
I have two XP machines both in Workgroups, neither in Domain. Machine A and
Machine B.
While working on Machine B, I discover I need a file off of a non-shared
resource on Machine A.
I issue:
NET USE \\A\IPC$ /u:A\Administrator PassWord

This always used to work in Win2k and before. Now I get Logon Failure.
Can we no longer connect to the IPC$ share to give us Admin access to
machine A?

Hi

In addition to what Doug wrote:

As the WinXP computers are not in a domain, it can be a ForceGuest issue.

WinXP in a workgroup setting defaults to authenticate all connections coming
from "the network" as the Guest User (only possible to change on WinXP Pro).

More about this here:
http://groups.google.com/[email protected]
 
P

Paul Wehland

I shouldn't have to. I am not connecting to a drive, only to a named pipe:
IPC$


You're not specifying the drive letter that you want to use.

NET USE X: \\Computername\Sharename /USER:A\Administrator password
 
P

Paul Wehland

Torgeir Bakken (MVP) said:
Hi

In addition to what Doug wrote:

As the WinXP computers are not in a domain, it can be a ForceGuest issue.

WinXP in a workgroup setting defaults to authenticate all connections coming
from "the network" as the Guest User (only possible to change on WinXP Pro).

More about this here:
http://groups.google.com/[email protected]

That was it!
Security Settings -> Local Policies -> Security Options -> Network Access:
Sharing and Security Model for Local Accounts -> "Classic"

Why did MS change behavior between releases? Seems to break backwards
compatibility.

Thanks Torgeir!
 
T

Torgeir Bakken (MVP)

Paul said:
That was it!
Security Settings -> Local Policies -> Security Options -> Network Access:
Sharing and Security Model for Local Accounts -> "Classic"

Why did MS change behavior between releases? Seems to break backwards
compatibility.

Hi

The word is "Security". Almost everyone have been screaming that MS Windows
OSes are so unsecure and asking why Microsoft don't do anything about it.
So, lately, Microsoft have started to let things be more secure and locked
down in a out of the box configuration, and rightfully so if you ask me.

This will of course mean that some thing will stop working for some until
they reconfigure (just wait to SP2 for Win XP is released ;-), but I think
it is worth it to have a more secure computer experience.
 

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