From 5e575dfa023c279036dae3a50fd09b376bc55158 Mon Sep 17 00:00:00 2001 From: Martin Wiethan <47688561+Marterich@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:03:42 +0200 Subject: [PATCH] Remove missleading Log Messages --- config/tweaks.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 4af9dc79..3caa5349 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2413,7 +2413,6 @@ "Order": "a0015_", "InvokeScript": [ " - Write-Host \"Kill OneDrive process\" $serviceName = \"LMS\" Write-Host \"Stopping and disabling service: $serviceName\" Stop-Service -Name $serviceName -Force -ErrorAction SilentlyContinue; @@ -2457,9 +2456,7 @@ ], "UndoScript": [ " - Write-Host \"Install Microsoft Edge\" - taskkill.exe /F /IM \"OneDrive.exe\" - + Write-Host \"Undo for Disable Intel MM not implemented\" " ] },