We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d146ade commit 27508e4Copy full SHA for 27508e4
Sources/Winget-AutoUpdate/Winget-Install.ps1
@@ -260,10 +260,6 @@ function Uninstall-App ($AppID) {
260
& "$ModsPreUninstall"
261
}
262
263
- # Stop running processes related to the application before uninstalling
264
- Write-ToLog "-> Stopping processes related to $AppID..." "Yellow"
265
- Stop-Process -Name $AppID -Force -ErrorAction SilentlyContinue
266
-
267
# Uninstall with retry logic
268
$retryCount = 0
269
if ($DisableRetry) {
0 commit comments