File Share Windows Server Core (DOS)
- Enable guest account:
net user guest /active:yes
- Share the folder:
net share cshare=c:\shared /GRANT:Everyone,FULL
- Sometimes sharing the folder doesn't give the Everyone FULL permissions, so run the Icacls command as well:
Icacls C:\shared /grant Everyone:F /inheritance:e /T
No comments