-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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] Extend support for Run commands #4950
Comments
We've gotten better but clearly we need work here. We support things like ping but looks like folder shortcuts and MSC need to be included as well. |
@alekhyareddy28 what part of code would need to be enhanced here? shell? |
@crutkas, we would need to make this enhancement in the shell plugin. Right now we have functionality to run appdata using @ryanbodrug-microsoft, @somil55 any thoughts? |
@alekhyareddy28 @crutkas Thanks for the response, currently I'm just using shell commands ( |
i think we need to get better. Our goal is 'run prompt' parity plus more. IMO we shouldn't have to do "> " to get stuff working. |
I'm fine with that as you dup'ed a few toward that issue. /dup #21041 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
I've tried PowerToys Run for quite some time now, I also use Win+R for the shortcut, so essentially I've used it as a replacement for the default run, by doing this I've noticed that most of the Default Run commands doesn't work on PowerToys Run, like
appdata
,system32
,devmgmt.msc
, etc etc, without using shell commands (prefix>
), and alsoappdata
doesn't work with shell commands (only%appdata%
works), and maybe there are some other things that's missing from PowerToys Run that exists in default run, but I only foundappdata
so far.That's all for now, thanks
The text was updated successfully, but these errors were encountered: