I have a Windows-xp-sp3 virtual machine, with configured NAT, disabled firewall, and ping-able ip address.
I'm trying to access \\<vm-name>\c$ from my computer.
I entered the <vm-name>\Administrator user in the prompted authentication window, yet I get Access is Denied.
When I configure "Everyone" to be an administrator on my VM, I can access the path.
Why do I get "Access is Denied" as a vm-local administrator user?
Edit: Solved the problem thanks to this blog: http://chall32.blogspot.co.il/2010/02/how-to-enable-access-windows-7.html
You can run this line on your remote machine:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f