I have an Apache Webserver service running on Machine A.
It serves some files from machine B, by having an
Alias /foo \machineB\someshare
MachineB\someshare is read-accessible to "Everyone". Apache runs as LocalService.
When I boot the machine, it isn't able to serve files from /foo, but If i log onto the machine, and just touch the \machineB\someshare it looks like access is granted, and it correctly serves files from /foo.
How do I automate this, so I don't need to log in and touch the network share?