If you're trying to access to administrative shares on Windows 10 you could face several issues.
First of all, enable the "Advanced Sharing"
Then you have to add a registry key by running this command:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
That's all!