diff --git a/config/tweaks.json b/config/tweaks.json index 874f53cb..9ef54d64 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -783,6 +783,11 @@ "StartupType": "Manual", "OriginalType": "Manual" }, + { + "Name": "WSAIFabricSvc", + "StartupType": "Manual", + "OriginalType": "Automatic" + }, { "Name": "WSearch", "StartupType": "AutomaticDelayedStart", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Services.md b/docs/content/dev/tweaks/Essential-Tweaks/Services.md index 4d120fb5..76adbaa9 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Services.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Services.md @@ -3,7 +3,7 @@ title: "Set Services to Manual" description: "" --- ```json -"WPFTweaksServices": { + "WPFTweaksServices": { "Content": "Set Services to Manual", "Description": "Turns a bunch of system services to manual that don't need to be running all the time. This is pretty harmless as if the service is needed, it will simply start on demand.", "category": "Essential Tweaks", @@ -615,6 +615,11 @@ description: "" "StartupType": "Manual", "OriginalType": "Manual" }, + { + "Name": "WSAIFabricSvc", + "StartupType": "Manual", + "OriginalType": "Automatic" + }, { "Name": "WSearch", "StartupType": "AutomaticDelayedStart",