netbios and IPC$ share

  • Thread starter Thread starter Ayman
  • Start date Start date
A

Ayman

i am trying to manage another computer in the network

using net use and manage it form my computer managment i provided the
administrator password of the remote computer in the net use command but i
still getting the access denied error ?
what is the problem
thanks .
 
i am trying to manage another computer in the network

using net use and manage it form my computer managment i provided the
administrator password of the remote computer in the net use command but i
still getting the access denied error ?
what is the problem
thanks .

It would help a lot if you provided details of your OS.

Assuming you have a peer workgroup and non-server OS try creating an
identical username and password on both computers then log into one of the
computers with that username and password then access the other computer.
 
Ayman said:
i am trying to manage another computer in the network

using net use and manage it form my computer managment i provided the
administrator password of the remote computer in the net use command but i
still getting the access denied error ?
what is the problem
thanks .

IPC$ is not a share - it is a place holder to validate your
credentials. If you wish to map a drive letter to an administrative
share then you must use this command:

net use Q: \\YourPC\C$

If this does not work then show us your command, the
verbatim error message and the the OSs used at both
ends.
 
Back
Top