CLASS MACHINE CATEGORY "System" CATEGORY "Windows Session" POLICY "GDI handles limit" KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Windows" EXPLAIN "This control determines the maximum number of GDI handles.\nThe default value is 10000. It can be increased to 16384. 15000 is a very acceptable value." PART "Max number of GDI Handles" NUMERIC REQUIRED VALUENAME "GDIProcessHandleQuota" MIN 10000 MAX 16384 DEFAULT 10000 SPIN 1000 END PART END POLICY POLICY "process handles limit" KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Windows" EXPLAIN "This control determines the maximum number of process handles. The default value is 10000. It can be increased to 18000. If you have no fear, just set it to 18000." PART "Max number of PROCESS Handles" NUMERIC VALUENAME "USERProcessHandleQuota" MIN 10000 MAX 18000 DEFAULT 10000 SPIN 1000 END PART END POLICY POLICY "Session Manager tuning" KEYNAME "System\CurrentControlSet\Control\Session Manager\Subsystems" EXPLAIN "To enhance the benefits of increasing the GDI handles limit, choose the second choice (the one with 8192)." PART "Shared section in Session Manager" COMBOBOX EXPANDABLETEXT ;;REG_EXPAND_SZ SUGGESTIONS "%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,3072,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16" "%SystemRoot%\system32\csrss.exe ObjectDirectory=\Windows SharedSection=1024,8192,512 Windows=On SubSystemType=Windows ServerDll=basesrv,1 ServerDll=winsrv:UserServerDllInitialization,3 ServerDll=winsrv:ConServerDllInitialization,2 ProfileControl=Off MaxRequestThreads=16" END SUGGESTIONS VALUENAME "Windows" END PART END POLICY END CATEGORY ;; Windows Session END CATEGORY ;; System