| Windows EventLog - \SystemRoot\System32\RDPDD.dll failed to load |
|
|
|
Nvidia - WHQL 175.16 - remote desktop fails and from the EventLog - \SystemRoot\System32\RDPDD.dll failed to load see also...: http://blogs.technet.com/brad_rutkowski/archive/2008/01/04/systemroot-system32-rdpdd-dll-failed-to-load.aspx http://forums.nvidia.com/index.php?showtopic=67147&hl=remote%20desktop&st=80 The problem is with the size of the session image space. The session image space is shared by the display drivers and printer drivers. If the sum of the drivers (rdpdd is an additional display driver) gets too big then there is no room left to load. If you increase the size of the session image space then you can run remote desktop. Add the following registry key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "SessionImageSize"=dword:00000020 if that doesnt work try increasing the session memory size. 00000020 = 32MB 00000040 = 64MB 00000060 = 96MB (this one only seamed to work for about 10 mins and then connection would dropout) 00000080 = 128MB (this one worked for me perfectly) |


