mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-22 05:51:30 -06:00
update LMS vPro Tweak
This commit is contained in:
parent
1f01933cc0
commit
4661bf31ba
@ -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\"
|
|
||||||
|
|
||||||
"
|
"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user