Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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
share|improve this question
Does the Administrator account have a password? – SLaks Dec 31 '12 at 23:15
I tried both with and without a password, same result. – prgDevelop Dec 31 '12 at 23:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.