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

Making sure startup is approved on Windows #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blackksheepp
Copy link

Target platforms this affects:

  • Windows

What problem does this solve?

  • Makes sure the application is actually enabled in registry.
  • Registry used: \Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run
  • Enables startup after adding it to \Software\Microsoft\Windows\CurrentVersion\Run
  • Also Disables it when removing it

Could it break any existing functionality for users?

  • No

This change is made due to, if a use disables the service from task manager, it remains disabled no matter how many times .enabled() is called.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant