修改非分页内存大小
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
修改:NonPagedPoolSize的十进制数值(如修改为192)
修改Null会话内存共享
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\services\Null]
修改:Start值为4(禁用Null会话内存共享)
| START TYPE | LOADER | MEANING |
|---|---|---|
| 0x0(Boot) | Kernel | Represents a part of the driver stack for the boot (startup) volume and must therefore be loaded by the Boot Loader. |
| 0x1(System) | I/O subsystem | Represents a driver to be loaded at Kernel initialization. |
| 0x2(Auto load) | Service Control Manager | To be loaded or started automatically for all startups, regardless of service type. |
| 0x3(Load on demand) | Service Control Manager | Available, regardless of type, but will not be started until the user starts it (for example, by using the Devices icon in Control Panel). |
| 0x4(disabled) | Service Control Manager | NOT TO BE STARTED UNDER ANY CONDITIONS. |
| Service Type | Description |
|---|---|
| 0x1 | A Kernel device driver. |
| 0x2 | File system driver, which is also a Kernel device driver. |
| 0x4 | A set of arguments for an adapter. |
| 0x10 | A Win32 program that can be started by the Service Controller and that obeys the service control protocol. This type of Win32 service runs in a process by itself. |
| 0x20 | A Win32 service that can share a process with other Win32 services. |

96

被折叠的 条评论
为什么被折叠?



