Destroyed Running Ombi as a Scheduled Task (Windows) (markdown)

master
goldenpipes 5 years ago
parent 7bd2418a31
commit b21b0fe32f

@ -1,21 +0,0 @@
As an alternative to NSSM, you can use Task Scheduler to run `Ombi.exe` as if you were double clicking it and running it like a regular executable, except it's hidden from the task bar and can only be closed by the Task Manager or the Task Scheduler.
1. Open 'Task Scheduler' either search for it in start. Or simply Run... <kbd>WIN</kbd></kbd>+<kbd>R</kbd> `%windir%\system32\taskschd.msc`
2. Click `Create task...` on the right hand side.
3. Give the task a name. _Example:_ Ombi And a description if you want. (Not necessary)
4. Check `Run with highest privileges`
5. Click `Run whether user is logged on or not` to ensure Ombi runs even when you are logged out!
5. Check `Hidden`
6. Configure for: Choose your Windows version.
7. Click the `Triggers` Tab and click `New...`
8. `Begin the task:` 'At system startup`. Click `OK`
9. Click the `Actions` Tab and Click `New...`
10. Click `Browse...` and navigate to your `Ombi.exe` Click `Open`
11. Fill `Start in (optional):` with `Ombi.exe`'s working directory. IE: `C:\Ombi\` or `C:\SERVERS\Ombi\` basically, wherever you extracted your 'Ombi' folder to and where it lives. Click `OK`
12. `Settings Tab` Untick `Stop the task if it runs longer than:` Click `OK`
13. You will be prompted for your windows user name and password. Please enter your credentials and click `OK`
13. Click `Task Scheduler Library` right click on your new task and hit run. give it a good 20-30 seconds to start. Ombi should now be reachable at http://localhost:5000 !
**_Note: The next time you restart your PC, Task Scheduler will run ombi for you._**
[How to WITH PICTURES!](https://imgur.com/a/oXEWW8z)
Loading…
Cancel
Save