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

Ability to set various settings in registry HKLM #13647

Closed
o-l-a-v opened this issue Oct 6, 2021 · 3 comments
Closed

Ability to set various settings in registry HKLM #13647

o-l-a-v opened this issue Oct 6, 2021 · 3 comments
Labels
Area-Enterprise Issues relevant to large enterprises, SCCM, run as admin restrictions, ... Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@o-l-a-v
Copy link

o-l-a-v commented Oct 6, 2021

Description of the new feature / enhancement

We deploy PowerToys through Intune in our organization for the few users that need it. Users are by default not admin on their machines, so there are some settings we'd like to be able to control, either with ADMX/ policies or in registry HKEY_LOCAL_MACHINE directly. Like:

  • Turn off automatic check for updates.
    • User can't install updates anyways, as they are not admin.
  • Turn off features that require admin permissions.
    • Like modfy file explorer add-ons.
  • If .NET Core Desktop Runtime 3.1.x is not present, don't offer the user to download and install it.
  • Disable individual modules/ programs, like say "PowerRename".

Example settings could be (with values DWord 0 for false, 1 for true)

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\PowerToys

  • EnableCheckForUpdates
  • EnableModuleFileExplorerAddOns
  • EnableAdminFeatures
  • EnablePromptForNetCoreDownload

Scenario when this would be used?

Enterprise, where users are not admin on their machines.

Supporting information

No response

@o-l-a-v o-l-a-v added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Oct 6, 2021
@Aaron-Junker
Copy link
Collaborator

Issue is a duplicate

Thank you for your issue! We've linked your report against another issue #12951

Thanks for helping us to make PowerToys a better piece of software.

Please add your ideas there

@Aaron-Junker
Copy link
Collaborator

Duplicate of #12951

@Aaron-Junker Aaron-Junker marked this as a duplicate of #12951 Oct 20, 2021
@Aaron-Junker Aaron-Junker added the Area-Enterprise Issues relevant to large enterprises, SCCM, run as admin restrictions, ... label Oct 20, 2021
@crutkas
Copy link
Member

crutkas commented Dec 1, 2021

@o-l-a-v we're actually shifting away from machine wide via #10126 and individual against #12951. Admin stuff will be interesting since it requires some reg keys but the UAC reduction work we're doing will make this less of an issue.

for .net core install, https://github.com/microsoft/PowerToys/wiki/Installer-arguments-for-exe has how to override and not install .net core by default but if your users don't have it, stuff will break left / right.

Happy to work with you for implementations but something like this currently is not a focus for PowerToys core dev team.

@crutkas crutkas closed this as completed Dec 1, 2021
@crutkas crutkas added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Enterprise Issues relevant to large enterprises, SCCM, run as admin restrictions, ... Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants