소스 검색

Fixed taskkill.exe not working

This should resolved issue #98
Richard Newton 6 년 전
부모
커밋
22ddb3addc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Windows10DebloaterGUI.ps1

+ 1 - 1
Windows10DebloaterGUI.ps1

@@ -1343,7 +1343,7 @@ $RemoveOnedrive.Add_Click( {
         Start-Sleep 2
         Write-Host "Stopping explorer"
         Start-Sleep 1
-        .\taskkill.exe /F /IM explorer.exe
+        taskkill.exe /F /IM explorer.exe
         Start-Sleep 3
         Write-Host "Removing leftover files"
         Remove-Item "$env:USERPROFILE\OneDrive" -Force -Recurse