From 4a31af4fafdcffde3b340613e20c76b3662cab13 Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:07:39 +0200 Subject: [PATCH] Added WSAIFabricSvc to WPFTweaksServices (#3992) * Added WSAIFabricSvc to WPFTweaksServices * Update Services.md --- config/tweaks.json | 5 +++++ docs/content/dev/tweaks/Essential-Tweaks/Services.md | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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",