Skip to content
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

Option "Autostart (Task Manager) #476

Closed
FranksPizzaTM opened this issue Mar 27, 2023 · 4 comments
Closed

Option "Autostart (Task Manager) #476

FranksPizzaTM opened this issue Mar 27, 2023 · 4 comments
Assignees
Labels
Projects
Milestone

Comments

@FranksPizzaTM
Copy link

When I click on "Start with Windows" SystemTrayMenu does not appear when signing into my Desktop. SystemTrayMenu does not Start with Windows. Please help? Thank you, Tim

@Hofknecht Hofknecht added the FAQ label Mar 27, 2023
@Hofknecht Hofknecht added this to the 1.4 milestone Mar 27, 2023
@Hofknecht Hofknecht added this to Analyze / Spec in STM 1.4.0 via automation Mar 27, 2023
@Hofknecht
Copy link
Owner

Hey @FranksPizzaTM / Tim
Thank you for the feedback!

Jul 8, 2019 - Fixed autostart for portable version
#28

Oct 23, 2021 - Implemented autostart for UWP / Microsoft Store
#131

In principle it should work, there have been no more complaints for a few years that it doesn't work.
The first question would be whether you are using the microsoft store version or the portable version?

In the portable version it looks like this:
2023-03-27 14_51_01-Window
When enable the checkbox and pressing 'OK' we try to add a registry entry for autostart. i never saw this failing, but when it fails there would be something in the logfile. You can open the logfile via systemtray icon right click -> 'Log File'

In the Microsoft Store version / UWP it was a bit more efford to implement, because there are no rights to touch registry, there seems to be only one correct way, which we implemented in #131
2023-03-27 15_00_02-Window
(You mentioned click, so i assume you are using Microsoft Store / UWP)
Here also a autostart entry will be created with status 'enabled'. You can find the entries in Task Manager.
From experience we saw back then that if the user sets it from enabled to disabled, the UWP app cannot change the entry (lack of rights). If the user disables it via the task manager, he must reactivate it himself via the task manager.
2023-03-27 14_59_14-Window

So our question are:
-Do you use UWP app?
-Do you find the entry in Task Manager?
-Is the status disabled and did you set it disabled manually by yourself?
-Does it work when you reactivate it via task manager?

@Hofknecht
Copy link
Owner

BTW it looks like this when deactivated and pressing the button
2023-03-27 15_08_38-Window
Maybe instead of 'Deactivated' we could show a better explanation ; )

In your case does it says 'Deactivated'? Or any other text? when there is nothing please send also the logfile

@FranksPizzaTM
Copy link
Author

FranksPizzaTM commented Mar 28, 2023 via email

@FranksPizzaTM
Copy link
Author

FranksPizzaTM commented Mar 28, 2023 via email

@Hofknecht Hofknecht self-assigned this Mar 28, 2023
STM 1.4.0 automation moved this from Analyze / Spec to Closed Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
STM 1.4.0
  
Closed
Development

No branches or pull requests

2 participants