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

CopyQ autostart with Windows? #1925

Closed
richardbushell opened this issue Mar 6, 2022 · 7 comments
Closed

CopyQ autostart with Windows? #1925

richardbushell opened this issue Mar 6, 2022 · 7 comments

Comments

@richardbushell
Copy link

CopyQ is great, but I can’t find a way to set it to Auto-Start with Windows? There may have been an option when it was first installing which I rejected at the time, but I can’t find this option within the Application menus now. Apologies if I'm missing something obvious.

@hluk
Copy link
Owner

hluk commented Mar 7, 2022

On Windows, this is only supported in the installer. You can run the installer again, it should not override any data/configuration.

I think the manual way is still to drop the application link to an autostart folder in Start menu.

@hluk hluk closed this as completed Mar 7, 2022
@Goojoe
Copy link

Goojoe commented Oct 13, 2023

This is good, but in the portable version, you need to manually create a shortcut before moving, which is a bit troublesome, can you add a self-launch option to the program?

@hluk
Copy link
Owner

hluk commented Oct 13, 2023

This is good, but in the portable version, you need to manually create a shortcut before moving, which is a bit troublesome, can you add a self-launch option to the program?

Unfortunately, On Windows, autostart can be only enabled in installer.

@hluk
Copy link
Owner

hluk commented Oct 13, 2023

Just to clarify: I don't plan to add the feature myself since I don't use Windows and I'm not even sure how I would implement the feature for the system.

@Goojoe
Copy link

Goojoe commented Oct 13, 2023

But as you said, you can put the application link into the autostart folder in the Start menu. I've seen other programs do this

@hluk
Copy link
Owner

hluk commented Oct 13, 2023

But as you said, you can put the application link into the autostart folder in the Start menu. I've seen other programs do this

Yes. I'm accepting pull requests if anyone wants to give implement the feature. Specifically you would need to implement the following methods:

/** Setting application autostart is not implemented for Windows (works just from installer). */
bool canAutostart() override { return false; }
bool isAutostartEnabled() override { return false; }
void setAutostartEnabled(bool) override {}

@ConTS10
Copy link

ConTS10 commented Feb 6, 2024

I am trying to get CopyQ enabled on an Remote Desktop Server. I enabled the start of the program during login by group policy, but that does not seem to work. How can I automatically start CopyQ at windows login on an RDS? I also added a task schedule to start qopyq.exe at login, I can see it runs, but the program does not start.

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

No branches or pull requests

4 participants