Browse Source

Removed .\ from taskkill

Richard Newton 6 năm trước cách đây
mục cha
commit
837994bf26
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Windows10Debloater.ps1

+ 1 - 1
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