-
Notifications
You must be signed in to change notification settings - Fork 20
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
Not starting with windows #101
Comments
Could you send me a log file? |
I installed AutoActions today and had this problem. It was shown in Task Manager as a Startup task but did not start with windows. The problem is a windows permission issue. I had initially placed AutoActions into subfolder below "\program files". That folder inherited default permissions from \program files, which means a normal user security context requires elevation to create/write files there (such as the settings and log files). If manually "run as administrator", it works fine. If launched without administrator permissions, it runs but cannot save settings or write logs. Adding "run as administrator" to the exe properties works interactively (an elevation prompt is displayed) but fails when launched via the AutoStart option's registry entry (hkcu\software\microsoft\windows\currentversion\run\AutoActions) because this launch mechanism does not support the "run as administrator" property. There are some solutions USERS can take to fix this with the program as it is:
Better solutions, if someone has time to do some coding and submit a pull request:
|
Describe the bug
Will not start with windows, despite "Auto-Start" checked.
To Reproduce
Check "Auto-Start". Reboot windows.
Expected behavior
Auto Start should start with windows. It does show in task manager under "startup".
Desktop (please complete the following information):
Win 11
V 1.9.18
The text was updated successfully, but these errors were encountered: