Jump to content

Accessing C Drive On Network


gamehead200

Recommended Posts

I've been trying to access the C drives on one of my computers. But everytime I would want to log on with the Admin's password, it blocks the box to choose your username and inputs Guest by default and I can't change it. How can I fix this?

Link to comment
Share on other sites


try this:

-[you can see what shares are available by typing "net share"]-

1.2.3.4 - replace with your ip

adminpass - replace with your admin pass

/user:Administrator - after the : replace with your Admin username.

make sure ipc$ is shared on the comp you're trying to connect to (if not type "net share ipc$")

1. net use \\1.2.3.4\ipc$ "adminpass" /user:Administrator

then once it says 'command completed..."

make sure c$ is shared and points to C:\ on the comp u are trying to connect to

(if its not, then type "net share c$=C:\ /unlimited")

2. and go to start > run > type in "\\1.2.3.4\c$"

and you should see your c drive

later

-bw

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...