Click to Rate and Give Feedback
TechNet
TechNet Library
Windows
Windows Server
Windows Server 2003
Deployment
SYSTEM
CurrentControlSet
Session Manager
Memory Management
 DisablePagingExecutive: Core Servic...
DisablePagingExecutive

Updated: March 28, 2003

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

DisablePagingExecutive

HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management

 

Data type Range Default value

REG_DWORD

0 | 1

0

Description

Specifies whether kernel-mode drivers and kernel-mode system code can be paged to disk when not in use.

 

Value Meaning

0

Drivers and system code can be paged to disk as needed.

1

Drivers and system code must remain in physical memory.

Activation Method

To make changes to this entry effective, you must restart the system.

Tip

  • Setting this value to 1 is useful when debugging drivers, because all of the code and data is always memory resident. It also improves performance on machines with a lot of memory, because it prevents disk reads to get code or data.

Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker