Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using \\ipaddress\c$

Status
Not open for further replies.
Joined
May 8, 2004
Messages
92
Location
GB
Hi,

I am trying access another computer within my local LAN.

i am using \\ipaddress\c$ in my browser to access the c-drive directly.

problem iam having is that the accessing account is fixed on Guest. how can i change this. Also even though my Guest account is set properly that is active and supplied the password...the share/path still wont open.
and no iam not under any DC.
any clue about this?.

thanks in advance.
 
Well am afraid this wasnt much help!. :(

I know about MMC and have even activated guest in that and set password still it wont work.

 
c$ is the hidden administrative share, only administrators/administrative accounts can access it.
 
Disable the guest account on that machine and see if that allows you to network as yourself.
 
Does it work with the /user option?
 
If you have access to the other PC, just add your username to the administrators group.
 
Nope tried all of these things

made a new user in Admin group tried logging in with that

doesnt help. As long as the user option remains inactive

and constantly on guest how can i even change the user and

log in.

I believe in Win2K u have the option of supplying user names for accessing c$ share.

Anyhow if anyone of u know the trick to this let me know.

Thanks in advance
 
I have to add my $0.02 to this. What you are trying to do is a very very basic part of Windows networking and should just work. Are you sure you don't have a firewall blocking connections on the pc you are trying to access?
 
Out of interest, can you access your drive from the other PC? What happens from there?
 
i think thats what iam trying to do..if u mean by just a simple share yuh that works fine
 
netlearner

Have you tried something like (from the command prompt):

net use z: \\<ipaddress>\c$ passw0rd /user:administrator

replace
passw0rd with your administrator password
administrator with the administrator account login ID.

You should end up with a drive Z: mapped to the c$ administrative login.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top