mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #646] Run Client when computer starts - Doesn't work! #401
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#401
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YSCHGroup on GitHub (Feb 12, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/646
Every time I try using the "Run Client when computer starts" the client won't reconnect after being re-logged (shut down and started up again)... It seems like it doesn't matter which Install Directory i pick. Maybe it's something wrong with the registry key or because it's not placed in the startup folder...
However. It won't work, may try to fix it myself, then I'll return with a solution. Please fix in master anyways.
@Aholicknight commented on GitHub (Feb 21, 2018):
The antivirus is probably detecting it. Is your program crypted?
@DeadmanLabs commented on GitHub (Mar 15, 2018):
Its not Anti-Virus. I have mine disabled while testing. From what I can tell, this problem only affects Windows 7 and might have to do with the Task Scheduler for running the program as admin at startup. I'm going to see if I can fix it, ill post a fix here if I find one.
@Aholicknight commented on GitHub (Mar 15, 2018):
What kind of antiviruses do you have on the computer your testing?
@DeadmanLabs commented on GitHub (Mar 16, 2018):
Avast, But it was turned off. The problem is the Task Scheduler on Windows 7. I tried the Task Scheduler on Windows 10 and it works and I tried non admin (registry key) startup on windows 7 and it worked. I'm still working on a solution, I'll post it here if it works.
@MaxXor commented on GitHub (Apr 17, 2018):
Hm, I've been testing Quasar on Windows 7 & 10 and found the Task Scheduler to be quite reliable to run Quasar with admin permission at startup. Judging on your screenshot it looks like you are running Windows 8/8.1, I'll check that too.
@DoNotAskMeWhy commented on GitHub (Oct 9, 2018):
@BackfireRAT Did you find a fix to that ?