Skip to content

Commit

Permalink
Remove missleading Log Messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marterich committed Jun 17, 2024
1 parent dddc1ca commit 5e575df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/tweaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2413,7 +2413,6 @@
"Order": "a0015_",
"InvokeScript": [
"
Write-Host \"Kill OneDrive process\"
$serviceName = \"LMS\"
Write-Host \"Stopping and disabling service: $serviceName\"
Stop-Service -Name $serviceName -Force -ErrorAction SilentlyContinue;
Expand Down Expand Up @@ -2457,9 +2456,7 @@
],
"UndoScript": [
"
Write-Host \"Install Microsoft Edge\"
taskkill.exe /F /IM \"OneDrive.exe\"

Write-Host \"Undo for Disable Intel MM not implemented\"
"
]
},
Expand Down

0 comments on commit 5e575df

Please sign in to comment.