Want to improve this question? Update the question so it's on-topic for Stack Overflow.
开发者_StackOverflow中文版Closed 11 years ago.
Improve this questionConsidering I have admin access to a machine, can I remotely access the default C$ share in Windows XP and Windows 7?
In theory yes:
\\servername\C$
...but I have had problems with this, and you shouldn't really modify access permissions for the default administrative share. It is best to create a new share that you can control precisely.
You should be able to access it with:
\\netbiosname\c$
精彩评论