Network log in

  • Thread starter Thread starter Mark M
  • Start date Start date
M

Mark M

Hi All:

I have a small LAN in my home/office. 3 Windows 2000 and
1 XP Pro. Each unit has a administrative share (hidden)
for the computer. I would like to be able to access
the "C" drives of these computers from the XP pro with out
having to set-up a visible share. Is there anyway of
doing this?

Mark
 
Either put

\\computername\c$

in the address bar of your Explorer window, or map a drive in a command
line:

net use x: \\computername\c$

You may be prompted to enter the other computer's local admin or equivalent
credentials if you aren't logged into your computer with an account that
matches an admin-level account on the remote computer.
 
Back
Top