Brains Coders

Brains Engineering Blog

Windows 10: Access Denied to C$ and administrative shares

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!


Loading