Compile Winutil

This commit is contained in:
ChrisTitusTech 2024-06-25 19:34:53 +00:00 committed by github-actions[bot]
parent 53090a6164
commit c28760e11a

View File

@ -11053,7 +11053,7 @@ $sync.configs.tweaks = '{
"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;
@ -11097,8 +11097,7 @@ $sync.configs.tweaks = '{
],
"UndoScript": [
"
Write-Host \"Install Microsoft Edge\"
taskkill.exe /F /IM \"OneDrive.exe\"
Write-Host \"LMS vPro needs to be redownloaded from intel.com\"
"
]