소스 검색

Removed .\ from taskkill

Richard Newton 6 년 전
부모
커밋
837994bf26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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