From c23ea45e6140a68c07bee66c7da897a8cf8c5ca1 Mon Sep 17 00:00:00 2001 From: Martin Wiethan <47688561+Marterich@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:15:30 +0200 Subject: [PATCH] Remove WwanSvc Service From Manual Services Tweak (#2086) * Compile Winutil * Remove WwanSvc from manual Services tweak --------- Co-authored-by: Marterich --- config/tweaks.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 4af9dc79..6fc7d2e6 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -1223,11 +1223,6 @@ "StartupType": "Automatic", "OriginalType": "Automatic" }, - { - "Name": "WwanSvc", - "StartupType": "Manual", - "OriginalType": "Manual" - }, { "Name": "XblAuthManager", "StartupType": "Manual",