How to create a Windows 7 fileshare that requires NO authentication

This almost seems like a silly question, and yet I can't find the combination to keep the safe open.

I am trying to create a fileshare on a Windows 7 Pro workstation. I want NO authentication prompts. None! Zero! Zilch! :-)

The workstation is joined to a Windows domain. The share is "Scans" and the directory is C:\Scans

Despite my attempts at setting both Share and NTFS permissions and Everyone/FC, users connecting from other workstations are still prompted for credentials. What's worse is my network scanner can't send files to the share because of the need to authenticate.

The connecting workstations mostly run Windows 7. There might be a XP in there somewhere, but I don't know offhand.

Anyone run into this little oddity?

m


I ran into this same problem just now and the help button on the share dialog actually (lo and behold) gave useful information:

Go to Control Panel -> Network and Internet -> Network and Sharing Center -> Advanced sharing settings and change Password protected sharing to off. See picture below:

How to enable passwordless sharing in Windows 7


In the startmenu type secpol.msc, this will open the local security policy manager. Go to Security Settings -> Local Polices -> Security Options in there select Network access: Let Everyone permissions apply to anonymous users and set it to enabled. Then add the name of each share to be accessed anonymously on a line by itself in the setting named 'Network access: Shares that can be accessed anonymously'. Finally, make sure the Everyone group has permissions on your share and you should be good to go.

Caveat: You are on a domain, if the domain group policy assigns a value to this setting you will not be able to override it locally without the domain admin making a change to the GPO putting in a exception for your computer..

P.S.: Since you are on a domain, you may be able to do this by giving Domain Users permission to read/write to the folder, then anyone logged in to the same domain as you should have access. However this will not likely fix your network scanner issue.


I had the same problem between computers in my network - shares kept asking for a password.

It turned out that it was caused by having same usernames / different passwords between workgroup computers.

So anyone can access shares but if you have the same username / different password - you're screwed.


Microsoft uses different permissions for share access and filesystem access. Make sure that the folder you're sharing and the share pointing to that folder are both set to Everyone/Full Control.