Skip to content

Commit

Permalink
feat: simplify killing tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Sep 18, 2023
1 parent 721ed4d commit 4f2bef9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/playbook/Executables/ONED.cmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
@echo off
setlocal EnableDelayedExpansion

taskkill /f /im OneDriveSetup.exe > nul 2>&1
taskkill /f /im OneDrive.exe > nul 2>&1
taskkill /f /im OneDriveStandaloneUpdater.exe > nul 2>&1

taskkill /f /im OneDrive*.exe > nul 2>&1
"%windir%\System32\OneDriveSetup.exe" /uninstall
"%windir%\SysWOW64\OneDriveSetup.exe" /uninstall

Expand Down

0 comments on commit 4f2bef9

Please sign in to comment.