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_", "Order": "a0015_",
"InvokeScript": [ "InvokeScript": [
" "
Write-Host \"Kill OneDrive process\" Write-Host \"Kill LMS\"
$serviceName = \"LMS\" $serviceName = \"LMS\"
Write-Host \"Stopping and disabling service: $serviceName\" Write-Host \"Stopping and disabling service: $serviceName\"
Stop-Service -Name $serviceName -Force -ErrorAction SilentlyContinue; Stop-Service -Name $serviceName -Force -ErrorAction SilentlyContinue;
@ -2457,8 +2457,7 @@
], ],
"UndoScript": [ "UndoScript": [
" "
Write-Host \"Install Microsoft Edge\" Write-Host \"LMS vPro needs to be redownloaded from intel.com\"
taskkill.exe /F /IM \"OneDrive.exe\"
" "
] ]