SABnzbd as a Windows Service

cd "C:\Program Files\Sabnzbd"
SABnzbd-console.exe -f "%localappdata%\sabnzbd\sabnzbd.ini" install
sc config SABnzbd start= auto
net start SABnzbd

veraltet:

SABnzbd-helper.exe install
sc config SABhelper start= auto
net start SABhelper
SABnzbd-service.exe -f "%localappdata%\sabnzbd\sabnzbd.ini" install
sc config SABnzbd start= auto
net start SABnzbd

Externer Link