update LMS vPro Tweak

This commit is contained in:
Chris Titus 2024-06-25 14:33:58 -05:00
parent 1f01933cc0
commit 4661bf31ba

View File

@ -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\"
"
]