Considering I have admin access to a machine, how can I remotely access the default C$ share in Windows XP and Windows 7?
Edit: This is not a domain, it's a single machine that I need to access
|
Considering I have admin access to a machine, how can I remotely access the default C$ share in Windows XP and Windows 7? Edit: This is not a domain, it's a single machine that I need to access | |||||||||||
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
There are a few concerns to keep in mind:
| |||
|
feedback
|
|
Most likely, yes... barring any firewall or security policies (user rights assignments or security options) preventing it. | |||
feedback
|
|
I've never had any problems doing this in the past, but there are a few things you could check:
Hopefully some of that helps. | |||
feedback
|
|
Yes, if you have admin rights you just have to use the UNC path to the machine - \\machinename\c$ or even \\IPAddress\c$. | |||
|
feedback
|
|
If your system is not a member of a domain (which you state it isn't) and the user account you are logged into your local system does not exist on the system you are attempting to connect to you may have to put in user credentials like this: \machinename\c$ /user:machinename\user (where the 'user' account exists on the 'machinename'). | |||
|
feedback
|
|
You will not be able to browse to the share. Shares that end with a $ are hidden in explorer, even if you have the "Show hidden files" and "Show protected operating system files" options enabled. You have to type the name directly into the address bar to see the share. | |||
|
feedback
|