How to add commands to run (WIN+R) to run programs like Firefox, Sublime etc Announcing the...
How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
Why is it faster to reheat something than it is to cook it?
Significance of Cersei's obsession with elephants?
Are sorcerers unable to use the Careful Spell metamagic option on themselves?
Lagrange four-squares theorem --- deterministic complexity
How does light 'choose' between wave and particle behaviour?
The test team as an enemy of development? And how can this be avoided?
Maximum summed subsequences with non-adjacent items
If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?
Why weren't discrete x86 CPUs ever used in game hardware?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
What order were files/directories output in dir?
What initially awakened the Balrog?
What is the difference between a "ranged attack" and a "ranged weapon attack"?
How many morphisms from 1 to 1+1 can there be?
Semigroups with no morphisms between them
What's the point of the test set?
How many time has Arya actually used Needle?
Would it be easier to apply for a UK visa if there is a host family to sponsor for you in going there?
What do you call the main part of a joke?
Is CEO the "profession" with the most psychopaths?
Co-worker has annoying ringtone
What makes a man succeed?
How to add commands to run (WIN+R) to run programs like Firefox, Sublime etc
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How can I customize the window that opens when starting a command from the Windows “Run” command?How to enable command history in Run, without enabling recently opened programs history in start menu?MySql dump restore from Run Dialog (not the cmd prompt)Accessing web address via Run DialogHow to find the 'Run' command that opens a specific process on Windows?Windows PATH and Run command
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
How to add commands to run (WIN+R) to run programs like Firefox, Sublime etc.
I need that because I prefer keyboard to mouse, and it's faster for instance to just press WIN+R -> type cmd
and press Enter.. I want the same for programs like sublime etc. or maybe is it possible also to open folder by typing custom command something like open folder project
or it is something impossible?
run-dialog
add a comment |
How to add commands to run (WIN+R) to run programs like Firefox, Sublime etc.
I need that because I prefer keyboard to mouse, and it's faster for instance to just press WIN+R -> type cmd
and press Enter.. I want the same for programs like sublime etc. or maybe is it possible also to open folder by typing custom command something like open folder project
or it is something impossible?
run-dialog
1
I know it's not what you're asking for, but note that you can pin items to the start bar and open them instantly with Win+Number. If you frequently use Firefox and Sublime, this might speed things up even further for you
– Der Hochstapler
Mar 28 '14 at 10:58
That's not cool enough I like clean desktop and startbar
– Silverfall05
Mar 28 '14 at 11:39
add a comment |
How to add commands to run (WIN+R) to run programs like Firefox, Sublime etc.
I need that because I prefer keyboard to mouse, and it's faster for instance to just press WIN+R -> type cmd
and press Enter.. I want the same for programs like sublime etc. or maybe is it possible also to open folder by typing custom command something like open folder project
or it is something impossible?
run-dialog
How to add commands to run (WIN+R) to run programs like Firefox, Sublime etc.
I need that because I prefer keyboard to mouse, and it's faster for instance to just press WIN+R -> type cmd
and press Enter.. I want the same for programs like sublime etc. or maybe is it possible also to open folder by typing custom command something like open folder project
or it is something impossible?
run-dialog
run-dialog
edited Nov 8 '14 at 19:27
Hennes
59.5k793144
59.5k793144
asked Mar 28 '14 at 10:30
Silverfall05Silverfall05
1302
1302
1
I know it's not what you're asking for, but note that you can pin items to the start bar and open them instantly with Win+Number. If you frequently use Firefox and Sublime, this might speed things up even further for you
– Der Hochstapler
Mar 28 '14 at 10:58
That's not cool enough I like clean desktop and startbar
– Silverfall05
Mar 28 '14 at 11:39
add a comment |
1
I know it's not what you're asking for, but note that you can pin items to the start bar and open them instantly with Win+Number. If you frequently use Firefox and Sublime, this might speed things up even further for you
– Der Hochstapler
Mar 28 '14 at 10:58
That's not cool enough I like clean desktop and startbar
– Silverfall05
Mar 28 '14 at 11:39
1
1
I know it's not what you're asking for, but note that you can pin items to the start bar and open them instantly with Win+Number. If you frequently use Firefox and Sublime, this might speed things up even further for you
– Der Hochstapler
Mar 28 '14 at 10:58
I know it's not what you're asking for, but note that you can pin items to the start bar and open them instantly with Win+Number. If you frequently use Firefox and Sublime, this might speed things up even further for you
– Der Hochstapler
Mar 28 '14 at 10:58
That's not cool enough I like clean desktop and startbar
– Silverfall05
Mar 28 '14 at 11:39
That's not cool enough I like clean desktop and startbar
– Silverfall05
Mar 28 '14 at 11:39
add a comment |
4 Answers
4
active
oldest
votes
Well, besides "The Path"(environment variable). There is this location in the registry.
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionApp Paths
Ok, to not be an egoist will mark your reply as answer :)
– Silverfall05
Mar 30 '14 at 8:30
@AigarsCibuļskis to not be selfless I won't object ;-)
– barlop
Mar 30 '14 at 17:53
add a comment |
Windows Run dialog basically runs programs that exist in your path. It is great for running windows software (I use it all the time to run Notepad). It cannot be scripted, and you would need to add any folder that you have required files in, to your path, which is not really practical.
What Windows are you using?
Windows 7+ has a search in Start, so basically you press WIN key and start typing, and it starts search. It searches everything that you have in your start menu, and even more. I actually use it more than run dialog because I can press win key and start typing, and it usually finds what I need.
Before Windows 7 I was using Launchy which is highly adaptive and at the time was a great quick launch utility.
I hope you can use some of this.
You write "Windows Run dialog basically runs programs that exist in your path" <-- NOT JUST THAT there is a registry location too.. AppPaths, and btw, if I recall, it checks that registry location first..
– barlop
Mar 30 '14 at 8:28
add a comment |
I've come up with idea of making new folder called CUSTOM_PATH
anywhere you want. Then I edited environment variables of my window and added path to that folder. That allowed me to throw in shortcuts to programs and call them via WIN+R
click to enlarge
Interesting idea, but isn't this basically what the Start Menu does...?
– Coldblackice
Apr 28 '14 at 3:58
add a comment |
if someone is currently looking for it, there is an easier way: just add a shortcut to the windows rais folder and rename the shortcut with the command you want to run.
https://i.stack.imgur.com/FeXVj.png
FLP
New contributor
Some people might prefer to put the shortcuts in a subdirectory of their user (home / profile) directory, and add that to theirPATH
. P.S. What is “rais”?
– Scott
6 hours ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f734650%2fhow-to-add-commands-to-run-winr-to-run-programs-like-firefox-sublime-etc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well, besides "The Path"(environment variable). There is this location in the registry.
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionApp Paths
Ok, to not be an egoist will mark your reply as answer :)
– Silverfall05
Mar 30 '14 at 8:30
@AigarsCibuļskis to not be selfless I won't object ;-)
– barlop
Mar 30 '14 at 17:53
add a comment |
Well, besides "The Path"(environment variable). There is this location in the registry.
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionApp Paths
Ok, to not be an egoist will mark your reply as answer :)
– Silverfall05
Mar 30 '14 at 8:30
@AigarsCibuļskis to not be selfless I won't object ;-)
– barlop
Mar 30 '14 at 17:53
add a comment |
Well, besides "The Path"(environment variable). There is this location in the registry.
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionApp Paths
Well, besides "The Path"(environment variable). There is this location in the registry.
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionApp Paths
answered Mar 30 '14 at 8:26
barlopbarlop
15.7k2590150
15.7k2590150
Ok, to not be an egoist will mark your reply as answer :)
– Silverfall05
Mar 30 '14 at 8:30
@AigarsCibuļskis to not be selfless I won't object ;-)
– barlop
Mar 30 '14 at 17:53
add a comment |
Ok, to not be an egoist will mark your reply as answer :)
– Silverfall05
Mar 30 '14 at 8:30
@AigarsCibuļskis to not be selfless I won't object ;-)
– barlop
Mar 30 '14 at 17:53
Ok, to not be an egoist will mark your reply as answer :)
– Silverfall05
Mar 30 '14 at 8:30
Ok, to not be an egoist will mark your reply as answer :)
– Silverfall05
Mar 30 '14 at 8:30
@AigarsCibuļskis to not be selfless I won't object ;-)
– barlop
Mar 30 '14 at 17:53
@AigarsCibuļskis to not be selfless I won't object ;-)
– barlop
Mar 30 '14 at 17:53
add a comment |
Windows Run dialog basically runs programs that exist in your path. It is great for running windows software (I use it all the time to run Notepad). It cannot be scripted, and you would need to add any folder that you have required files in, to your path, which is not really practical.
What Windows are you using?
Windows 7+ has a search in Start, so basically you press WIN key and start typing, and it starts search. It searches everything that you have in your start menu, and even more. I actually use it more than run dialog because I can press win key and start typing, and it usually finds what I need.
Before Windows 7 I was using Launchy which is highly adaptive and at the time was a great quick launch utility.
I hope you can use some of this.
You write "Windows Run dialog basically runs programs that exist in your path" <-- NOT JUST THAT there is a registry location too.. AppPaths, and btw, if I recall, it checks that registry location first..
– barlop
Mar 30 '14 at 8:28
add a comment |
Windows Run dialog basically runs programs that exist in your path. It is great for running windows software (I use it all the time to run Notepad). It cannot be scripted, and you would need to add any folder that you have required files in, to your path, which is not really practical.
What Windows are you using?
Windows 7+ has a search in Start, so basically you press WIN key and start typing, and it starts search. It searches everything that you have in your start menu, and even more. I actually use it more than run dialog because I can press win key and start typing, and it usually finds what I need.
Before Windows 7 I was using Launchy which is highly adaptive and at the time was a great quick launch utility.
I hope you can use some of this.
You write "Windows Run dialog basically runs programs that exist in your path" <-- NOT JUST THAT there is a registry location too.. AppPaths, and btw, if I recall, it checks that registry location first..
– barlop
Mar 30 '14 at 8:28
add a comment |
Windows Run dialog basically runs programs that exist in your path. It is great for running windows software (I use it all the time to run Notepad). It cannot be scripted, and you would need to add any folder that you have required files in, to your path, which is not really practical.
What Windows are you using?
Windows 7+ has a search in Start, so basically you press WIN key and start typing, and it starts search. It searches everything that you have in your start menu, and even more. I actually use it more than run dialog because I can press win key and start typing, and it usually finds what I need.
Before Windows 7 I was using Launchy which is highly adaptive and at the time was a great quick launch utility.
I hope you can use some of this.
Windows Run dialog basically runs programs that exist in your path. It is great for running windows software (I use it all the time to run Notepad). It cannot be scripted, and you would need to add any folder that you have required files in, to your path, which is not really practical.
What Windows are you using?
Windows 7+ has a search in Start, so basically you press WIN key and start typing, and it starts search. It searches everything that you have in your start menu, and even more. I actually use it more than run dialog because I can press win key and start typing, and it usually finds what I need.
Before Windows 7 I was using Launchy which is highly adaptive and at the time was a great quick launch utility.
I hope you can use some of this.
answered Mar 28 '14 at 10:54
Damir KasipovicDamir Kasipovic
807510
807510
You write "Windows Run dialog basically runs programs that exist in your path" <-- NOT JUST THAT there is a registry location too.. AppPaths, and btw, if I recall, it checks that registry location first..
– barlop
Mar 30 '14 at 8:28
add a comment |
You write "Windows Run dialog basically runs programs that exist in your path" <-- NOT JUST THAT there is a registry location too.. AppPaths, and btw, if I recall, it checks that registry location first..
– barlop
Mar 30 '14 at 8:28
You write "Windows Run dialog basically runs programs that exist in your path" <-- NOT JUST THAT there is a registry location too.. AppPaths, and btw, if I recall, it checks that registry location first..
– barlop
Mar 30 '14 at 8:28
You write "Windows Run dialog basically runs programs that exist in your path" <-- NOT JUST THAT there is a registry location too.. AppPaths, and btw, if I recall, it checks that registry location first..
– barlop
Mar 30 '14 at 8:28
add a comment |
I've come up with idea of making new folder called CUSTOM_PATH
anywhere you want. Then I edited environment variables of my window and added path to that folder. That allowed me to throw in shortcuts to programs and call them via WIN+R
click to enlarge
Interesting idea, but isn't this basically what the Start Menu does...?
– Coldblackice
Apr 28 '14 at 3:58
add a comment |
I've come up with idea of making new folder called CUSTOM_PATH
anywhere you want. Then I edited environment variables of my window and added path to that folder. That allowed me to throw in shortcuts to programs and call them via WIN+R
click to enlarge
Interesting idea, but isn't this basically what the Start Menu does...?
– Coldblackice
Apr 28 '14 at 3:58
add a comment |
I've come up with idea of making new folder called CUSTOM_PATH
anywhere you want. Then I edited environment variables of my window and added path to that folder. That allowed me to throw in shortcuts to programs and call them via WIN+R
click to enlarge
I've come up with idea of making new folder called CUSTOM_PATH
anywhere you want. Then I edited environment variables of my window and added path to that folder. That allowed me to throw in shortcuts to programs and call them via WIN+R
click to enlarge
edited Mar 30 '14 at 9:11
nixda
21.2k1179135
21.2k1179135
answered Mar 30 '14 at 6:55
Silverfall05Silverfall05
1302
1302
Interesting idea, but isn't this basically what the Start Menu does...?
– Coldblackice
Apr 28 '14 at 3:58
add a comment |
Interesting idea, but isn't this basically what the Start Menu does...?
– Coldblackice
Apr 28 '14 at 3:58
Interesting idea, but isn't this basically what the Start Menu does...?
– Coldblackice
Apr 28 '14 at 3:58
Interesting idea, but isn't this basically what the Start Menu does...?
– Coldblackice
Apr 28 '14 at 3:58
add a comment |
if someone is currently looking for it, there is an easier way: just add a shortcut to the windows rais folder and rename the shortcut with the command you want to run.
https://i.stack.imgur.com/FeXVj.png
FLP
New contributor
Some people might prefer to put the shortcuts in a subdirectory of their user (home / profile) directory, and add that to theirPATH
. P.S. What is “rais”?
– Scott
6 hours ago
add a comment |
if someone is currently looking for it, there is an easier way: just add a shortcut to the windows rais folder and rename the shortcut with the command you want to run.
https://i.stack.imgur.com/FeXVj.png
FLP
New contributor
Some people might prefer to put the shortcuts in a subdirectory of their user (home / profile) directory, and add that to theirPATH
. P.S. What is “rais”?
– Scott
6 hours ago
add a comment |
if someone is currently looking for it, there is an easier way: just add a shortcut to the windows rais folder and rename the shortcut with the command you want to run.
https://i.stack.imgur.com/FeXVj.png
FLP
New contributor
if someone is currently looking for it, there is an easier way: just add a shortcut to the windows rais folder and rename the shortcut with the command you want to run.
https://i.stack.imgur.com/FeXVj.png
FLP
New contributor
New contributor
answered 7 hours ago
FLPFLP
1
1
New contributor
New contributor
Some people might prefer to put the shortcuts in a subdirectory of their user (home / profile) directory, and add that to theirPATH
. P.S. What is “rais”?
– Scott
6 hours ago
add a comment |
Some people might prefer to put the shortcuts in a subdirectory of their user (home / profile) directory, and add that to theirPATH
. P.S. What is “rais”?
– Scott
6 hours ago
Some people might prefer to put the shortcuts in a subdirectory of their user (home / profile) directory, and add that to their
PATH
. P.S. What is “rais”?– Scott
6 hours ago
Some people might prefer to put the shortcuts in a subdirectory of their user (home / profile) directory, and add that to their
PATH
. P.S. What is “rais”?– Scott
6 hours ago
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f734650%2fhow-to-add-commands-to-run-winr-to-run-programs-like-firefox-sublime-etc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I know it's not what you're asking for, but note that you can pin items to the start bar and open them instantly with Win+Number. If you frequently use Firefox and Sublime, this might speed things up even further for you
– Der Hochstapler
Mar 28 '14 at 10:58
That's not cool enough I like clean desktop and startbar
– Silverfall05
Mar 28 '14 at 11:39