原文:

http://social.technet.microsoft.com/Forums/office/en-US/46c082ad-2455-4120-beea-c69ff2219ed9/word-2010-slow-opening-files-on-network-share


大家如果有同樣的情況,可以試試.

Disable SMB 2.0.

You need to apply the fix (below) to both the "client" and the "server" operating systems.

 

Client

To disable SMB 2.0 for Windows Vista, Windows 7 or Windows systems that are the “client” systems run the following two commands:

sc config lanmanworkstation depend= bowser/mrxsmb10/nsi

sc config mrxsmb20 start= disabled

 

Note there's an extra " " (space) after the "=" sign.

 

Server

Run "regedit" on Windows Server 2008 based computer.

Expand and locate the sub tree as follows.

HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters

Add a new REG_DWORD key with the name of "Smb2" (without quotation mark)

Value name: Smb2

Value type: REG_DWORD

0 = disabled

 

Set the value to 0 to disable SMB 2.0.

 

Reboot the server.

 

Issue is fixed