Boot Reihenfolge Services
Hallo,
ich habe ein problem mit einer Firewall die ich nachträglich auf meinen Rechner installiert habe.
Diese Firewall wird als Service, immer als letztes gestartet. Ich möchte aber gerne diesen "Service" so früh wie möglich starten.
Ich habe Windows XP proffesional Sp 2...
kann mir da jemand weiterhelfen, wie ich die Reihenfolge der Services beim Start beinträchtigen kann ??
Danke
MK
ich habe ein problem mit einer Firewall die ich nachträglich auf meinen Rechner installiert habe.
Diese Firewall wird als Service, immer als letztes gestartet. Ich möchte aber gerne diesen "Service" so früh wie möglich starten.
Ich habe Windows XP proffesional Sp 2...
kann mir da jemand weiterhelfen, wie ich die Reihenfolge der Services beim Start beinträchtigen kann ??
Danke
MK
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 8105
Url: https://administrator.de/forum/boot-reihenfolge-services-8105.html
Ausgedruckt am: 22.04.2025 um 04:04 Uhr
1 Kommentar
Hi,
nachfolgend zum Thema "Dienst starten", den Key findest Du unter "HKLM-System-CurrentControlSet-Services-Dienstname, Key: "Start"
Quelle: http://www.jsifaq.com/SUBA/tip0300/rh0324.htm
Start is a type REG_DWORD which specifies how the service is loaded or started. If the service is a Win32 service, the value of Start must be 2, 3, or 4. This value entry is not used for network adapters.
Value D e s c r i p t i o n
0 Boot: Loaded by kernel loader. Components of the driver stack for the boot (startup) volume must be loaded by the kernel loader.
1 System: Loaded by I/O subsystem. Specifies that the driver is loaded at kernel initialization.
2 Automatic: Loaded by Service Control Manager. Specifies that the service is loaded or started automatically.
3 Manual:. The service does not start until the user starts it manually, such as by using Services or Devices in Control Panel.
4 Disabled: Specifies that the service should not be started.
Type is a type REG_DWORD that specifies what this object represents:
Value D e s c r i p t i o n
1 A kernel-mode device driver.
2 A file system driver.
4 A set of arguments for an adapter.
8 A file system driver service, such as a file system recognizer.
16 (0x10) A Win32 program that runs in a process by itself. This type of Win32 service.can be started by the Service Controller.
32 (0x20 A Win32 program that shares a process. This type of Win32 service can be started by the Service Controller.
272 (0x110) A Win32 program that runs in a process by itself (like Type16) and can interact with users.
288 (0x120) A Win32 program that shares a process and can interact with users.
Achtung: will aber nicht heißen, daß es so geht, wie Du willst, wenn Du den Start- Parameter änderst!!!
Man kann bei Diensten auch Abhängigkeiten definieren, so daß z.B. Dienst B erst gestartet wird, wenn Dienst A läuft.
Gruß - Toni
nachfolgend zum Thema "Dienst starten", den Key findest Du unter "HKLM-System-CurrentControlSet-Services-Dienstname, Key: "Start"
Quelle: http://www.jsifaq.com/SUBA/tip0300/rh0324.htm
Start is a type REG_DWORD which specifies how the service is loaded or started. If the service is a Win32 service, the value of Start must be 2, 3, or 4. This value entry is not used for network adapters.
Value D e s c r i p t i o n
0 Boot: Loaded by kernel loader. Components of the driver stack for the boot (startup) volume must be loaded by the kernel loader.
1 System: Loaded by I/O subsystem. Specifies that the driver is loaded at kernel initialization.
2 Automatic: Loaded by Service Control Manager. Specifies that the service is loaded or started automatically.
3 Manual:. The service does not start until the user starts it manually, such as by using Services or Devices in Control Panel.
4 Disabled: Specifies that the service should not be started.
Type is a type REG_DWORD that specifies what this object represents:
Value D e s c r i p t i o n
1 A kernel-mode device driver.
2 A file system driver.
4 A set of arguments for an adapter.
8 A file system driver service, such as a file system recognizer.
16 (0x10) A Win32 program that runs in a process by itself. This type of Win32 service.can be started by the Service Controller.
32 (0x20 A Win32 program that shares a process. This type of Win32 service can be started by the Service Controller.
272 (0x110) A Win32 program that runs in a process by itself (like Type16) and can interact with users.
288 (0x120) A Win32 program that shares a process and can interact with users.
Achtung: will aber nicht heißen, daß es so geht, wie Du willst, wenn Du den Start- Parameter änderst!!!
Man kann bei Diensten auch Abhängigkeiten definieren, so daß z.B. Dienst B erst gestartet wird, wenn Dienst A läuft.
Gruß - Toni