keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
21.39k stars 1.48k forks source link

KeePass starts from system start even if box not checked. #11364

Closed trudK45 closed 1 month ago

trudK45 commented 1 month ago

Overview

As the title says it's not possible to prevent keePass from starting from system start.

Steps to Reproduce

1) Shut down PC 2) Start PC

Expected Behavior

I am expecting KeePass not to start.

Actual Behavior

KeePass starts.

Context

KeePassXC - 2.7.6 Revision: dd21def

Operating System: Windows 10 Desktop Env: ? Windowing System: Windows

droidmonkey commented 1 month ago

There are many ways for an application to start on startup. You'll have to check them all. We implement the way from the registry, unchecking the setting removes the registry entry.

droidmonkey commented 1 month ago

See more here: https://www.howtogeek.com/74523/how-to-disable-startup-programs-in-windows/

trudK45 commented 1 month ago

Ok, think I fixed it. Tanks droidmonkey,