From 4661bf31baeb5ed2bb19ee2ff28d91eb59fdbe75 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Tue, 25 Jun 2024 14:33:58 -0500 Subject: [PATCH] update LMS vPro Tweak --- config/tweaks.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 4af9dc79..a6de2395 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2413,7 +2413,7 @@ "Order": "a0015_", "InvokeScript": [ " - Write-Host \"Kill OneDrive process\" + Write-Host \"Kill LMS\" $serviceName = \"LMS\" Write-Host \"Stopping and disabling service: $serviceName\" Stop-Service -Name $serviceName -Force -ErrorAction SilentlyContinue; @@ -2457,8 +2457,7 @@ ], "UndoScript": [ " - Write-Host \"Install Microsoft Edge\" - taskkill.exe /F /IM \"OneDrive.exe\" + Write-Host \"LMS vPro needs to be redownloaded from intel.com\" " ]