Windows Explorer and SMB Traffic windows档案总管和smb交通
Server Message Block (SMB) traffic is an application-level network protocol typically used for file and print sharing. 服务器消息块(中小企业)交通是一个应用层网络协议通常用于文件和打印共享。 Microsoft implements SMB in Windows operating systems through the Workstation and Server services; the client and server components respectively. 微软实施中小企业在windows操作系统通过工作站和服务器服务;客户端和服务器组件。 Although our Networking team supports and troubleshoots issues dealing with SMB itself and the Server and Workstation services, we work with customers on many issues relating to the behavior of Windows Explorer and the Shell. 虽然我们团队网络支持和检修问题处理中小企业本身以及服务器和工作站服务,我们的工作与客户有关的许多问题行为的windows explorer和壳。
By default, Windows Explorer generates a lot of SMB traffic - which can result in poor file server performance in some circumstances. 默认情况下, windows explorer中产生了很多中小企业交通-可导致穷人文件服务器性能,在某些情况下。 However, some of this traffic is superfluous and can be reduced - for example: 不过,有些车辆是多余的,可以降低-例如:
- Searches for Desktop.ini files used for folder customization 搜索desktop.ini文件用于夹定制
- Periodic refreshes of folder contents 定期更新的文件夹目录
- Searches for supporting library (.dll) files 搜索支持库( 。 dll的文件)
- Individual file details and attributes pulled for each file 个人档案详情及拉属性为每个档案
- Thumbnail extraction 提取缩略图
There are some registry changes you can implement to optimize the SMB traffic being generated. 有一些变动登记,你可以实施优化中小企业交通产生。 Import the settings below on client machines. 进口低于设定客户机。 Terminal Servers running in Application Mode should be considered client machines in this scenario. 终端服务器运行在应用模式应考虑客户机在此情景。
Windows Registry Editor Version 5.00 注册表编辑器5.00版
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer] [ hkey_local_machine \ 软件\微软\窗户\ currentversion \政策\探险]
"UseDesktopIniCache"=dword:00000001 " usedesktopinicache " = dword : 00000001
"NoRemoteRecursiveEvents"=dword:00000001 " noremoterecursiveevents " = dword : 00000001
"NoRemoteChangeNotify"=dword:00000001 " noremotechangenotify " = dword : 00000001
"StartRunNoHOMEPATH"=dword:00000001 " startrunnohomepath " = dword : 00000001
"NoRecentDocsNetHood"=dword:00000001 " norecentdocsnethood " = dword : 00000001
"NoDetailsThumbnailOnNetwork"=dword:00000001 " nodetailsthumbnailonnetwork " = dword : 00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MRXSmb\Parameters] [ hkey_local_machine \系统\ currentcontrolset \服务\ mrxsmb \参数]
"InfoCacheLevel"=dword:00000010 " infocachelevel " = dword : 00000010
[HKEY_CLASSES_ROOT\*\shellex\PropertySheetHandlers\CryptoSignMenu] [ hkey_classes_root \ * \ shellex \ propertysheethandlers \ cryptosignmenu ]
"SuppressionPolicy"=dword:00100000 " suppressionpolicy " = dword : 00100000
[HKEY_CLASSES_ROOT\*\shellex\PropertySheetHandlers\{3EA48300-8CF6-101B-84FB-666CCB9BCD32}] [ hkey_classes_root \ * \ shellex \ propertysheethandlers \ ( 3ea48300 - 8cf6 - 101b - 84fb - 666ccb9bcd32 ) ]
"SuppressionPolicy"=dword:00100000 " suppressionpolicy " = dword : 00100000
[HKEY_CLASSES_ROOT\*\shellex\PropertySheetHandlers\{883373C3-BF89-11D1-BE35-080036B11A03}] [ hkey_classes_root \ * \ shellex \ propertysheethandlers \ ( 883373c3 - bf89 - 11d1 - be35 - 080036b11a03 ) ]
"SuppressionPolicy"=dword:00100000 " suppressionpolicy " = dword : 00100000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\SCAPI] [ hkey_local_machine \软件\微软 \窗户\ currentversion \探险\ scapi ]
"Flags"=dword:00100c02 "旗" = dword : 00100c02
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager] [ hkey_local_machine \系统\ currentcontrolset \控制\届经理]
"SafeDllSearchMode"=dword:00000001 " safedllsearchmode " = dword : 00000001
"SafeProcessSearchMode"=dword:00000001 " safeprocesssearchmode " = dword : 00000001
Not all of these settings apply to every Windows Operating System, however any unused settings will be safely ignored by the OS. 并不是所有这些设置适用于所有windows操作系统,不过未设定不会漠视由操作系统。 Also, please ensure that you test any changes thoroughly make sure that user productivity is not impacted before rolling out these changes en masse. 同时,请确保您的测试更改彻底确保用户生产力是不是阻前轧出这些变化刮板。 You should also ensure that the client 你也应该确保客户
... … … Written by Odd-Magne Kristoffersen on 写奇磁对克瑞斯托森 September 21st, 2007 2007年9月21日 with 同 no comments 没有评论 . 。
Read more articles on 阅读更多文章 Windows Server 2003 windows服务器2003 and 及 Windows XP windows xp的 . 。













