From 837994bf26c699298dc097cf859d5e519b1ff4a9 Mon Sep 17 00:00:00 2001 From: Richard Newton Date: Sat, 16 Mar 2019 23:24:35 -0700 Subject: [PATCH] Removed .\ from taskkill --- Windows10Debloater.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows10Debloater.ps1 b/Windows10Debloater.ps1 index cb9cd58..9a680bf 100644 --- a/Windows10Debloater.ps1 +++ b/Windows10Debloater.ps1 @@ -596,7 +596,7 @@ Function UninstallOneDrive { Start-Sleep 2 Write-Output "Stopping explorer" Start-Sleep 1 - .\taskkill.exe /F /IM explorer.exe + taskkill.exe /F /IM explorer.exe Start-Sleep 3 Write-Output "Removing leftover files" Remove-Item "$env:USERPROFILE\OneDrive" -Force -Recurse