Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Question: Activate "Run at Startup" with a script #1039

Closed
grafst opened this issue Nov 17, 2021 · 3 comments
Closed

Question: Activate "Run at Startup" with a script #1039

grafst opened this issue Nov 17, 2021 · 3 comments

Comments

@grafst
Copy link

grafst commented Nov 17, 2021

How do I activate the Option "Run at Startup" with a script? Is there a registry-Key or config file? I can't find it.
A switch for the .msi would also be great.

@xupefei
Copy link
Member

xupefei commented Nov 17, 2021

It's just a shortcut in the StartUp folder:

lnk.SetArguments("/autorun"); // silent

@rabelux rabelux closed this as completed Nov 29, 2021
@grafst
Copy link
Author

grafst commented Dec 1, 2021

Hi, Thanks for your response. Sorry for the late reply.
I was able to create the shortcut with a script, but the checkmark does still not show...
grafik
However this is a minor detail...

@xupefei
Copy link
Member

xupefei commented Dec 1, 2021

You may have an LNK file with an incorrect name: https://github.com/QL-Win/QuickLook/blob/master/QuickLook/Helpers/AutoStartupHelper.cs#L77
QL expects QuickLook.lnk.

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

No branches or pull requests

3 participants