HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Processor
Or
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Intelppm
And changing the 'Start' value to '4'.
下面是service的启动类型:
http://support.microsoft.com/kb/103000
START TYPE LOADER MEANING
0x0 Kernel Represents a part of the(Boot) driver stack for the boot (startup) volume and must therefore be loaded by the Boot Loader.
0x1 I/O Represents a driver to be loaded(System) subsystem at Kernel initialization.
0x2 Service To be loaded or started(Auto load) Control automatically for all startups, Manager regardless of service type.
0x3 Service Available, regardless of type,(Load on Control but will not be started untildemand) Manager the user starts it (for example, by using the Devices icon in Control Panel).
0x4 Service NOT TO BE STARTED UNDER ANY(disabled) Control CONDITIONS. Manager
修改服务启动类型的注册表技巧
本文介绍如何通过修改Windows注册表中特定服务的启动类型来实现对其控制的方法。涉及的服务包括Processor和Intelppm,具体操作是将'Start'值更改为'4'以禁用这些服务。此外,还提供了不同启动类型数值所代表的意义,帮助读者更好地理解服务的加载时机。
3520

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



