In Administrator: Command Prompt do:
1. Install chocolatey:
Shell: Select all
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))Shell: Select all
choco install filebot -yIf you want to upgrade filebot you can run:
Shell: Select all
choco upgrade filebot -y