-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Support installing as SYSTEM #8523
Comments
@enricogior this seems very close to #8622 |
@crutkas Creating the scheduled task as SYSTEM does not work, it has to be created under the user account that will log in. |
I would like to second on this issue, as run at startup option is off, when deployed through SCCM. There needs to be a solution, how to make it run at startup for every user. As this is domain computer, what are the options on doing that? I guess right now application is focused towards user, who knows this app. And I am trying to introduce to people, who would never find such application, because they are too "dumb". |
As I'm currently investigating other enterprise focused issues I'd like to revist this request too. If I understand correctly the current schedule task is installed during installation in the following custom action: https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetupCustomActions/CustomAction.cpp#L195 If the setup is launched as non SYSTEM user (or interactive) the schedule task could be installed by the Installer as before. The draft PR for this would look the following:
I think this way the installation and tool is only modified minimally while still providing the requested feature. Happy to hear your feedback. |
Heya,
I installed powertoys over SCCM as SYSTEM User on every client because non of the users got installation rights.
If powertoys starts up on windows boot it seems to start with SYSTEM User priviliges instead of the users own rights. So the user can edit fancy zones but they are not used after a reboot, because the SYSTEM User's account profile folder isn't available to the "normal" user.
Any advice for company deployment?
My own try to fix this for my users was to disable autostart of powertoys in the settings and just put a link to the
shell:startup
folder of every user by GPO. This seems to work with the behaviour that the settings window of powertoys will be opened on every startup...The text was updated successfully, but these errors were encountered: