What are the minimum permissions for a Windows share to be anonymous-read only?
First, setting up anonymous access to a share isn't that bad, you just have to include Anonymous in Everyone (you actually linked to it yourself):
- Open the
Local Group Policy
Manager (gpedit) - Computer Configuration
- Windows Settings
- Security Settings
- Local Policies
- Security Options --
Network access: Let Everyone permissions to apply to anonymous users
from Disabled to Enabled - Change
Network access: Restrict anonymous access to Named Pipes and Shares
to disabled Network access: Shares that can be accessed anonymously
- set the share name there you are sharing.
As far as the Share itself goes then. Set the Share Permissions
as "Everyone - Modify" and "Administrators - Full Control". Then set the NTFS permissions as Administrators - Full Control
and Everyone - <whatever rights needed>
That should handle your need.