mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 11:45:29 +00:00
Removed .\ from taskkill
This commit is contained in:
parent
381375349d
commit
837994bf26
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user