1. Configure the Server Service’s Memory Management. This setting will benefit the server to maximize memory for Network services and can be found :
Local Area Network properties > File and printer sharing > server optimization > than check “maximize data throughput for network applications”
these settings can be modified with registry key
HKLM\CurrentControlSet\Control\Session manager\memory management > “LargeSystemCache” = “0”
HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters > “Size” = “3”
2. Disable Dr. Watson popup
HKLM\CurrentControlSet\Controls\Windows> “ErrorMode” = “2”
3. Disable paging of the Windows NT executive.
Microsoft Article Q184419, Q323608
4. Disable print events from the Event log.
HKLM\System\CurrentControlSet\Control\Print\Providers >
For no printer logging set “EventLog” = dword:00000000
To log errors only, set “EventLog” = dword:00000001 (I usually do errors only)
5. Disable roaming Profile Cache
HKLM\Software\Microsoft\Windows NT\CurrentVersion\winlogon >
“DeleteRoamingCache” = dword:00000001
6. Disable the printer beep to reduce bandwidth and increase performance.
HKLM\System\CurrentControlSet\Control\print >
“beepEnabled” = dword:00000000
No comments:
Post a Comment