Windows XP beperking opheffen
Als je Windows XP gebruikt kan het zijn dat als je veel programma’s open hebt staan dat Alexion CRM crasht. Dit komt door de beperking van het aantal GDI objecten. Gelukkig hebben we hier een oplossing voor gevonden!
Voor het oplossen van het probleem hebben we een 4-stappenplan. Deze is in het Engels.
Zie ook ons artikel over Windows 11 met hetzelfde probleem.
Stappenplan Windows XP en 7
Stap 1: back-up maken
To back up everything, open the Registry Editor (click on Start, Run, and then type regedit.exe).
To backup a registry key:
In the Registry Editor on the left hand side, you will see the navigation pane. Using your mouse or keyboard, navigate to the following subkeys:
HKEY_LOCAL_MACHINE/System/CurrentControlSet/ControlSession Manager/SubSystems
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows NT/CurrentVersion/Windows
Right click on each of the subkeys above in the left hand pane and from the context menu that appears, choose the “Export” option. Save the exported registry data file where ever you wish, but make sure that it will be accessible should we need to restore the files.
Stap 2: gegevens aanpassen
With the Registry Editor opened, navigate to
HKEY_LOCAL_MACHINE/System/CurrentControlSet/ControlSession Manager/SubSystems.
You will notice a set of “REG_MULTI_SZ” and “REG_EXPAND_SZ” keys in the right hand pane. The one that we are interested in modifying is called “Windows”.
To modify the key, double click on it. It should look something like this:
%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
The section of this string we are interested in modifting is “SharedSection”.
In the SharedSection part of the string you will notice 3 numbers. What we are interested in is the middle value, “3072” Modify this value so that the middle number is “8192“.
It should look something like this after modifying the value:
%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
Stap 3: nog wat aanpassen
In the left hand pane of the Registry Editor, navigate to
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Windows.
In the right hand side, you will see two REG_DWORD values, named “GDIProcessHandleQuota” and “USERProcessHandleQuota”. We will need to modify both of these.
The first key we will want to modify is “GDIProcessHandleQuota”. This keys value can be set between 256 and 16,384 (maximum), and the default value is 10,000. I’d recommend using 15,000 as a value for this key, however if you are doing a lot of multitasking, shoot for the stars and go with 16,384.
LET OP: This key can not be set past 16,384 as it is the maximum acceptable value.
Now, lets modify “USERProcessHandleQuota”. This keys value can be set between 200 and 18,000 (maximum), with a default value of 10,000. I’d recommend increasing this value to the same number used with “GDIProcessHandleQuota”, however as previously mentioned if you are working with a hefty application workload, shoot for the stars and go with the maximum value of 18,000.
LET OP: This key can not be set past 18,000 as it is the maximum acceptable value.
Stap 4: pc herstarten & testen
Na het aanpassen van alle gegevens kan je de pc herstarten. Om te testen of het werkt kan je Alexion CRM openen en daarnaast Internet Explorer openen en op Ctrl+N drukken net zolang tot je heel veel windows open hebt staan. Je zult zien dat dit er veeeel meer kunnen zijn dan voorheen!
Dit Artikel is geschreven door Mike Dopp. Zijn artikel zou je hier moeten kunnen vinden: https://mikedopp.com/2007/increasing-user-handle-and-gdi-handle-limits/
Instellingen automatisch instellen?
De bijbehorende registerinstellingen kan je ook in één keer laten instellen door onderstaand bestand te downloaden en uit te voeren. Let op: geen garantie gegeven (maar werkt vast wel).
Voor Windows XP
Voor Windows 7
Voor Windows 10 en 11 hebben we een aparte FAQ gemaakt.