Accesses to Drive Shares

If no server operating system is used, the number of file accesses to shared drives via the network within a given time period is limited. Windows 7 allows about 20 accesses in 15 min. Further accesses are only possible at the end of this period. In practice with more 30-40 machines, you will get an error message from time to time when trying to access a file.

To reduce the problem, the installer carries out this setting:

net config server /autodisconnect:1

This setting causes an access to be released again after one minute.
With this the probability of stopping the access problems increases clearly.

Possible Improvements