Verbindungsabbrüche beim Zugriff auf Windows 7 Netzwerkfreigaben von XP aus

Wenn man eine Windows 7 Workstation als "Server" benutzt kommt es hin und wieder vor, dass Geräte mit Windows XP keinen Zugriff mehr auf die Netzwerkfreigaben haben. Unter Windows NT konnte man den Serverdienst noch für Netzwerk-Ordnerfreigaben optimieren, bei Windows 7 muss man selber Hand anlegen - geht ganz einfach (ich zitiere aus http://tinyurl.com/m5f655x):

Browsing the Event Viewer on the server was the key to solving this issue (thanks, jftuga). After seeing the "srv 2017" errors, a web search revealed this problem to be pretty old with dozens of references to the apparent solution. It seems that Alan LaMielle should get credit for posting the solution first.

The Solution

First, make the following registry changes:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"LargeSystemCache"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters]
"Size"=dword:00000003

Then, restart the server (or reboot):

net stop server
net start server
http://serverfault.com/questions/235032/intermittent-connection-to-windows-7-shared-folder-from-windows-xp-workstations