-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Tallow at startup with Tor Diverty ON #8
Comments
Currently, I am not sure if it is possible. There should probably be a non-interactive "service" mode that can be run in the background and will always be "ON". Note that, before One thing you could try is to run the One final thought: using |
Another thing you could do it create a little Auto IT script and build it what will open the tool and then click the button for you, it will auto the process but it's not going to be much faster then you doing it yourself |
It should be possible to modify Tallow so that the button will be "ON" by default. Perhaps this is the better default, since I have never really thought about it before. One question is how Tallow should behave during the "start up" phase where it is waiting for |
In my opinion if it is possible during "start up" phase Tallow should block everything, except |
Would love to hear if there has been any movement on this. A simple windows Service or at-least a standalone CLI tool for turning Tallow on/off would be hugely helpful. For a process to be automated, I need to be able to script exception handling that re-starts either a process or a service and as it is now, manual user input is required. |
I am trying to figure out a Windows way of running Tallow at system startup. The purpose of this is to avoid leaks (like IP Address) before I manually start Tallow and set "Tor Divert" to on.
What I tried:
If I place a shortcut at User's startup folder, the application Tallow won't get started because it needs Admin Rights.
If I make a Task with Task Scheduler and tick the setting "Run with highest privileges" Tallow runs but with an error window that says something about missing permissions. If I set the user to run the task as Administrator and select "Run whether user is logged on or not", Tallow runs in background, not interactivity.
Is there a way to run Tallow with Divert on at system start up or at least User log in? Are there any plans for this to be implemented as a feature to auto configure the application to be run at startup, if the user wants to?
Thanks in advance.
The text was updated successfully, but these errors were encountered: