Added WSAIFabricSvc to WPFTweaksServices (#3992)

* Added WSAIFabricSvc to WPFTweaksServices

* Update Services.md
This commit is contained in:
Gabi
2026-02-10 22:07:39 +02:00
committed by GitHub
parent 4ddb2795ff
commit 4a31af4faf
2 changed files with 11 additions and 1 deletions

View File

@@ -783,6 +783,11 @@
"StartupType": "Manual",
"OriginalType": "Manual"
},
{
"Name": "WSAIFabricSvc",
"StartupType": "Manual",
"OriginalType": "Automatic"
},
{
"Name": "WSearch",
"StartupType": "AutomaticDelayedStart",

View File

@@ -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",