-
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
[Run] Add option to "Run as different user" #1605
Comments
For v1, the team is focusing on implementing "run as admin" but "run as a different user" is a good suggestion! We can investigate and possibly add it in future versions. |
As shown with screenshots in #4038 the start menu can't do it in a lot of cases. Of which all of them are used daily by IT professionals. There is a GPO to enable it, but that mostly doesn't work either. |
There should be a setting to show or hide the Run as different user in the PT Run dialogs. And it should be disabled by default. I believe most people wouldn't need that option and this keeps the forms nice and clean for the majority of PowerToys users. In addition to that, it would be great if we could have an option to add a second "run as different user" button to the form, that has a username preconfigured, so that I only need to enter the password of the preconfigured username. It would be important that only the username is stored, and the password must be entered every time. The use-case is that I have (as many admins do) a second Active Directory account that I use for many administrative tasks and it would be a great help if I would not have to enter the username every time I need to run an application as that user. |
Love this great idea. Can completely agree. I had the same use case for this feature. |
+1 this would be invaluable for my work processes. |
@crutkas To trigger the other user behavior we have to create the I think this makes sense for Program plugin, Shell plugin and Search plugin. |
@crutkas The actual implantation (see my PR) show the |
@crutkas Nobody said anything about credentials. Please read the suggestion again.
|
Let’s file the storing secondary user name as a different issue and we can revisit. I’d imagine terminal has had similar asks and IMO we should follow their philosophy |
Sory I read the suggestion to fast. This should indeed be a second issue as it imo require the centralization of the run as user code. |
Cool that this is part of the hotfix. Didn't expect that. |
Shipped with 0.58.0 (Hotfix for 0.57.2) |
In the specification for power launcher I have seen an entry about adding "Run as admin" to the menu.
Will there also bee a menu item to run an app as "different user"?
Why do I ask this:
In our company we can't use the UAC. It is disabled and does not work.
Wen have to run apps as different user to change into Admin kontext.
Idea from @Borkason
Added 03/11/2021
Have a second "run as different user" button where we can define the user in PT Run settings. (#1605 (comment))
The text was updated successfully, but these errors were encountered: