Prevent AI service from starting automatically

AIMinimale Windows-buildversie: 22621Omkeerbaar

This will set the WSAIFabricSvc service to manual startup, preventing the service from starting automatically with Windows.

Toe te passen code

Prevent AI service from starting automaticallyRegistry
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSAIFabricSvc]

"Start"=dword:00000003

Code om ongedaan te maken

Allow AI service from starting automaticallyRegistry
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSAIFabricSvc]

"Start"=dword:00000002

Wilt u dit combineren met andere aanpassingen?

Configurator openen