====== Windows Shares ====== //see also: [[:admin:windows:smb|SMB]]// ===== Administrative shares ===== Every disk volume on the system is shared administrative share. These are named in the form ''driveletter$'', e.g. ''C$'', ''D$'' and so on. Access them with ''%%\\computername\c$%%''. From Windows 8.1 onwards, Microsoft disabled these for security reasons. Enable them with setting the DWORD registry key ''LocalAccountTokenFilterPolicy'' in ''HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\'' to ''1''. ([[https://docs.microsoft.com/en-us/troubleshoot/windows-server/windows-security/user-account-control-and-remote-restriction#how-to-disable-uac-remote-restrictions|source]]) ==== further information ==== * [[https://en.wikipedia.org/wiki/Administrative_share|Wikipedia: Administrative share]] ===== NetBIOS ===== Is used for name resolution in Windows networks. Case insensitive like [[:admin:windows:ntfs|NTFS]] defaults. ==== further information ==== * [[https://en.wikipedia.org/wiki/NetBIOS|Wikipedia: NetBIOS]]