[PowerShell] Close the FileBot Desktop application gracefully
Posted: 15 Jun 2023, 14:07
powershell: Select all
Get-Process | Where-Object { $_.MainWindowTitle -match "FileBot" } | ForEach-Object { $_.CloseMainWindow() }
Start-Sleep -Seconds 10powershell: Select all
Get-Process | Where-Object { $_.MainWindowTitle } | ForEach-Object { $_.CloseMainWindow() }
Start-Sleep -Seconds 10rednoah wrote: ↑29 Dec 2018, 06:21 DO NOT forcibly kill the filebot process:Error: Select all
WARNING: The index for data file *.data is out of date, probably due to an unclean shutdown.