mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #440] Client loses Administrator privileges on restart #225
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#225
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 @MK73DS on GitHub (Apr 3, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/440
Hi :)
Is it possible to autostart the client as administrator ?
It's quiet annoying to always request administrator's rights, and wait for my little brother to accept it ^^
Thank you :)
@DragonzMaster commented on GitHub (Apr 3, 2016):
I think you can easily edit the client manifest.
@MaxXor commented on GitHub (Apr 3, 2016):
There is an issue I'm already aware of. When the client is installed with administrator privileges, once the machine is restarted it loses this and only has user privileges. :/
@MK73DS commented on GitHub (Apr 3, 2016):
Thank you for giving more details and I hope someone will be able to fix this :)
@MaxXor commented on GitHub (Apr 3, 2016):
I'm going to work on this next week, no problem.
@MK73DS commented on GitHub (Apr 3, 2016):
Okay thank you very much :)
@LostSoulfly commented on GitHub (Apr 9, 2016):
I've done research on auto-elevating in the past and I wasn't able to find a legit solution other than digitally signing the EXE or running it as a service.
What are your ideas to make this work?
edit: Or creating a scheduled task (when run as an administrator) to elevate Quasar and leaving it for future use, as tasks can be called from lower integrity processes.
@MK73DS commented on GitHub (Apr 10, 2016):
I don't know anything about signing but why can't this be implemented ?
@yankejustin commented on GitHub (Apr 11, 2016):
@MK73DS Quite certain that signing it costs money.
@darknet1990 commented on GitHub (Apr 12, 2016):
@yankejustin Hi how i can contact you ? maybe we have some deal
@yankejustin commented on GitHub (Apr 12, 2016):
@darknet1990 MaxXor would be the one to contact regarding those decisions about the project since it is his. :)
@yankejustin commented on GitHub (Apr 12, 2016):
@darknet1990 Thank you though.
@Rottweiler commented on GitHub (Apr 28, 2016):
Are tasks available in XP and below? Try experimenting with tasks, I think there are some solutions to this problem here http://stackoverflow.com/questions/5427673/how-to-run-a-program-automatically-as-admin-on-windows-startup
@Pandry commented on GitHub (May 24, 2016):
Maybe this would work:
http://www.sevenforums.com/tutorials/11949-elevated-program-shortcut-without-uac-prompt-create.html
:D
@dmgamingstudios commented on GitHub (Jul 1, 2016):
What did work for me was adding it to windows services in the registry, not to the default, do note that at the time I tested it windows actually thought it was a critical service, so when the program was exited or crashed, the whole system crashes with a nice bsod: critical process died
I think this is where you need to add it: LocalMachine\Software\Microsoft\Windows\CurrentVersion\Policies\System
This was tested on windows 10
@ghost commented on GitHub (Aug 10, 2016):
how you fix it ,ı look the code but ı cant see can you explain maxxor ?
@MaxXor commented on GitHub (Aug 11, 2016):
When executed with administrator privileges, Quasar now creates a scheduled task (which is executed on user logon) to acquire administrator privileges after reboot/logout. At the moment Quasar is being installed as "per-user", this means when the user with installed Quasar is not logged in, the remote control functionality is not accessible. I'll soon start adding support for installing Quasar as a windows service, so remote control is always available when the machine is booted.
@ghost commented on GitHub (Aug 12, 2016):
thank you for answer