Page 1 of 1

[PowerShell] Close the FileBot Desktop application gracefully

Posted: 15 Jun 2023, 14:07
by rednoah
You can use PowerShell to close Desktop applications like so:

powershell: Select all

Get-Process | Where-Object {$_.MainWindowTitle -eq "FileBot"} | ForEach-Object {$_.CloseMainWindow()}
Start-Sleep -Seconds 10


:!: Please close FileBot gracefully before shutdown /f since killing the FileBot process regularly can lead to unexpected issues:
rednoah 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.