Run Metro application on startup?
I want to know where the Metro applications (Mail, People, Messages, ...) executable file path is.
Also, how can I run Mail application when my PC starts?
windows boot windows-8 modern-ui
add a comment |
I want to know where the Metro applications (Mail, People, Messages, ...) executable file path is.
Also, how can I run Mail application when my PC starts?
windows boot windows-8 modern-ui
They all exist or will exist Windows 8 has not actually been release to everyone. Have you check the indivual program's settings?
– Ramhound
Sep 12 '12 at 14:00
@Ramhound I have checked, there's noRun on startup
option in the Settings.
– DatVM
Sep 12 '12 at 14:02
I'm probably going to download Windows 8 in a little bit - once I tinker around with it for a while and find a solution, I'll let you know.
– cutrightjm
Sep 12 '12 at 18:07
add a comment |
I want to know where the Metro applications (Mail, People, Messages, ...) executable file path is.
Also, how can I run Mail application when my PC starts?
windows boot windows-8 modern-ui
I want to know where the Metro applications (Mail, People, Messages, ...) executable file path is.
Also, how can I run Mail application when my PC starts?
windows boot windows-8 modern-ui
windows boot windows-8 modern-ui
edited Nov 1 '12 at 15:21
Elmo
9,749154586
9,749154586
asked Sep 12 '12 at 12:46
DatVMDatVM
56541424
56541424
They all exist or will exist Windows 8 has not actually been release to everyone. Have you check the indivual program's settings?
– Ramhound
Sep 12 '12 at 14:00
@Ramhound I have checked, there's noRun on startup
option in the Settings.
– DatVM
Sep 12 '12 at 14:02
I'm probably going to download Windows 8 in a little bit - once I tinker around with it for a while and find a solution, I'll let you know.
– cutrightjm
Sep 12 '12 at 18:07
add a comment |
They all exist or will exist Windows 8 has not actually been release to everyone. Have you check the indivual program's settings?
– Ramhound
Sep 12 '12 at 14:00
@Ramhound I have checked, there's noRun on startup
option in the Settings.
– DatVM
Sep 12 '12 at 14:02
I'm probably going to download Windows 8 in a little bit - once I tinker around with it for a while and find a solution, I'll let you know.
– cutrightjm
Sep 12 '12 at 18:07
They all exist or will exist Windows 8 has not actually been release to everyone. Have you check the indivual program's settings?
– Ramhound
Sep 12 '12 at 14:00
They all exist or will exist Windows 8 has not actually been release to everyone. Have you check the indivual program's settings?
– Ramhound
Sep 12 '12 at 14:00
@Ramhound I have checked, there's no
Run on startup
option in the Settings.– DatVM
Sep 12 '12 at 14:02
@Ramhound I have checked, there's no
Run on startup
option in the Settings.– DatVM
Sep 12 '12 at 14:02
I'm probably going to download Windows 8 in a little bit - once I tinker around with it for a while and find a solution, I'll let you know.
– cutrightjm
Sep 12 '12 at 18:07
I'm probably going to download Windows 8 in a little bit - once I tinker around with it for a while and find a solution, I'll let you know.
– cutrightjm
Sep 12 '12 at 18:07
add a comment |
5 Answers
5
active
oldest
votes
The answer from vhanla (Nov 1, '12) has a problem: you're only launching the default application. For example, if I run mailto:
then Outlook opens, not Mail.
In Windows 10, there's another way:
If you open the start menu and All Apps, you can normal click and drag (left click) a modern app, to create a shortcut. It doesn't work if you typed the name of the app into search, but it works if you browse to All Apps.
add a comment |
Simply,
Windows + R and run shell:AppsFolder
You will see all apps in this window. Create a shortcut to the desktop, then copy that shortcut to the startup folder available at shell:Startup
or found at the following location:
%SystemDrive%Users{username}AppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
These "shell" shortcuts are handy. See @Rik's answer in Shell Shortcuts in Windows OS for more.
– User5910
Jan 19 '18 at 22:21
add a comment |
There are some tricky ways to start these Windows 8 applications, you need to find out its special name and since you cannot launch them with their executable (it only can be run from within Modern UI environment) but this is one way to start some of them.
To launch the calendar application:
%windir%System32cmd.exe /c start "" "wlcalendar:"
To launch the people application:
%windir%System32cmd.exe /c start "" "wlpeople:"
You can try them from the Win+R as it is launched using cmd.exe
Here a list of some of them I found:
%windir%System32cmd.exe /c start "" "xboxgames:"
Just look for their names in Windows registry:
HKCUSoftwareClasses
Example:
HKCUSoftwareClasseswlpeople
If they contain their default value with data like the following:
URL:wlpeople
Try with that name with the command shown above.
And just make a shortcut and place it inside Startup folder
Win+R -> shell:startup -> intro
Some of the application cannot be found there, so this is the only method I know for the moment.
[UPDATE]
And since those ":" <~ seems like calling a URL and its value contains URL:
you can just use its name to launch them.
Example: (try it with Win+R just write its name and hit enter)
wlpeople:
ms-mail: for your mail client
Thanks, that's working for me, but do you know if there's any way to start Metro apps like that but not moving to them, only opening them in the background, but staying on the desktop?
– paradroid
Mar 20 '13 at 17:24
@paradroid I doubt that there is an "official" way to do so. One workaround would be to automatically switch to the desktop after having launched the app.
– ComFreek
Dec 31 '13 at 17:35
add a comment |
Press Windows + r
Then type shell:startup
Copy all the apps you want into there.
To find an apps location
Go to the Start Menu
Find your app
Right-click
More
Open file location
(NOTE: If there is no open file location button it can't be launched at startup)
Then highlight the app and copy it Ctrl + C then paste it in the shell:startup
foler by doing Ctrl + V
add a comment |
You can easily create a shortcut to the metro app and then place that shortcut into the startup folder.
To have Skype (or any other app autorun when you turn on your computer) simply follow the instructions listed in order here: http://www.thefakegeek.com/2013/12/how-to-run-skype-on-startup-in-windows-8-and-8-1/
4
Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Canadian Luke
Dec 31 '13 at 17:53
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%2f473224%2frun-metro-application-on-startup%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
The answer from vhanla (Nov 1, '12) has a problem: you're only launching the default application. For example, if I run mailto:
then Outlook opens, not Mail.
In Windows 10, there's another way:
If you open the start menu and All Apps, you can normal click and drag (left click) a modern app, to create a shortcut. It doesn't work if you typed the name of the app into search, but it works if you browse to All Apps.
add a comment |
The answer from vhanla (Nov 1, '12) has a problem: you're only launching the default application. For example, if I run mailto:
then Outlook opens, not Mail.
In Windows 10, there's another way:
If you open the start menu and All Apps, you can normal click and drag (left click) a modern app, to create a shortcut. It doesn't work if you typed the name of the app into search, but it works if you browse to All Apps.
add a comment |
The answer from vhanla (Nov 1, '12) has a problem: you're only launching the default application. For example, if I run mailto:
then Outlook opens, not Mail.
In Windows 10, there's another way:
If you open the start menu and All Apps, you can normal click and drag (left click) a modern app, to create a shortcut. It doesn't work if you typed the name of the app into search, but it works if you browse to All Apps.
The answer from vhanla (Nov 1, '12) has a problem: you're only launching the default application. For example, if I run mailto:
then Outlook opens, not Mail.
In Windows 10, there's another way:
If you open the start menu and All Apps, you can normal click and drag (left click) a modern app, to create a shortcut. It doesn't work if you typed the name of the app into search, but it works if you browse to All Apps.
answered Dec 29 '15 at 19:11
Edward Ned HarveyEdward Ned Harvey
5452712
5452712
add a comment |
add a comment |
Simply,
Windows + R and run shell:AppsFolder
You will see all apps in this window. Create a shortcut to the desktop, then copy that shortcut to the startup folder available at shell:Startup
or found at the following location:
%SystemDrive%Users{username}AppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
These "shell" shortcuts are handy. See @Rik's answer in Shell Shortcuts in Windows OS for more.
– User5910
Jan 19 '18 at 22:21
add a comment |
Simply,
Windows + R and run shell:AppsFolder
You will see all apps in this window. Create a shortcut to the desktop, then copy that shortcut to the startup folder available at shell:Startup
or found at the following location:
%SystemDrive%Users{username}AppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
These "shell" shortcuts are handy. See @Rik's answer in Shell Shortcuts in Windows OS for more.
– User5910
Jan 19 '18 at 22:21
add a comment |
Simply,
Windows + R and run shell:AppsFolder
You will see all apps in this window. Create a shortcut to the desktop, then copy that shortcut to the startup folder available at shell:Startup
or found at the following location:
%SystemDrive%Users{username}AppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
Simply,
Windows + R and run shell:AppsFolder
You will see all apps in this window. Create a shortcut to the desktop, then copy that shortcut to the startup folder available at shell:Startup
or found at the following location:
%SystemDrive%Users{username}AppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
edited Feb 1 at 17:55
Run5k
11.2k73152
11.2k73152
answered Jul 13 '16 at 7:59
Mcore8xMcore8x
9111
9111
These "shell" shortcuts are handy. See @Rik's answer in Shell Shortcuts in Windows OS for more.
– User5910
Jan 19 '18 at 22:21
add a comment |
These "shell" shortcuts are handy. See @Rik's answer in Shell Shortcuts in Windows OS for more.
– User5910
Jan 19 '18 at 22:21
These "shell" shortcuts are handy. See @Rik's answer in Shell Shortcuts in Windows OS for more.
– User5910
Jan 19 '18 at 22:21
These "shell" shortcuts are handy. See @Rik's answer in Shell Shortcuts in Windows OS for more.
– User5910
Jan 19 '18 at 22:21
add a comment |
There are some tricky ways to start these Windows 8 applications, you need to find out its special name and since you cannot launch them with their executable (it only can be run from within Modern UI environment) but this is one way to start some of them.
To launch the calendar application:
%windir%System32cmd.exe /c start "" "wlcalendar:"
To launch the people application:
%windir%System32cmd.exe /c start "" "wlpeople:"
You can try them from the Win+R as it is launched using cmd.exe
Here a list of some of them I found:
%windir%System32cmd.exe /c start "" "xboxgames:"
Just look for their names in Windows registry:
HKCUSoftwareClasses
Example:
HKCUSoftwareClasseswlpeople
If they contain their default value with data like the following:
URL:wlpeople
Try with that name with the command shown above.
And just make a shortcut and place it inside Startup folder
Win+R -> shell:startup -> intro
Some of the application cannot be found there, so this is the only method I know for the moment.
[UPDATE]
And since those ":" <~ seems like calling a URL and its value contains URL:
you can just use its name to launch them.
Example: (try it with Win+R just write its name and hit enter)
wlpeople:
ms-mail: for your mail client
Thanks, that's working for me, but do you know if there's any way to start Metro apps like that but not moving to them, only opening them in the background, but staying on the desktop?
– paradroid
Mar 20 '13 at 17:24
@paradroid I doubt that there is an "official" way to do so. One workaround would be to automatically switch to the desktop after having launched the app.
– ComFreek
Dec 31 '13 at 17:35
add a comment |
There are some tricky ways to start these Windows 8 applications, you need to find out its special name and since you cannot launch them with their executable (it only can be run from within Modern UI environment) but this is one way to start some of them.
To launch the calendar application:
%windir%System32cmd.exe /c start "" "wlcalendar:"
To launch the people application:
%windir%System32cmd.exe /c start "" "wlpeople:"
You can try them from the Win+R as it is launched using cmd.exe
Here a list of some of them I found:
%windir%System32cmd.exe /c start "" "xboxgames:"
Just look for their names in Windows registry:
HKCUSoftwareClasses
Example:
HKCUSoftwareClasseswlpeople
If they contain their default value with data like the following:
URL:wlpeople
Try with that name with the command shown above.
And just make a shortcut and place it inside Startup folder
Win+R -> shell:startup -> intro
Some of the application cannot be found there, so this is the only method I know for the moment.
[UPDATE]
And since those ":" <~ seems like calling a URL and its value contains URL:
you can just use its name to launch them.
Example: (try it with Win+R just write its name and hit enter)
wlpeople:
ms-mail: for your mail client
Thanks, that's working for me, but do you know if there's any way to start Metro apps like that but not moving to them, only opening them in the background, but staying on the desktop?
– paradroid
Mar 20 '13 at 17:24
@paradroid I doubt that there is an "official" way to do so. One workaround would be to automatically switch to the desktop after having launched the app.
– ComFreek
Dec 31 '13 at 17:35
add a comment |
There are some tricky ways to start these Windows 8 applications, you need to find out its special name and since you cannot launch them with their executable (it only can be run from within Modern UI environment) but this is one way to start some of them.
To launch the calendar application:
%windir%System32cmd.exe /c start "" "wlcalendar:"
To launch the people application:
%windir%System32cmd.exe /c start "" "wlpeople:"
You can try them from the Win+R as it is launched using cmd.exe
Here a list of some of them I found:
%windir%System32cmd.exe /c start "" "xboxgames:"
Just look for their names in Windows registry:
HKCUSoftwareClasses
Example:
HKCUSoftwareClasseswlpeople
If they contain their default value with data like the following:
URL:wlpeople
Try with that name with the command shown above.
And just make a shortcut and place it inside Startup folder
Win+R -> shell:startup -> intro
Some of the application cannot be found there, so this is the only method I know for the moment.
[UPDATE]
And since those ":" <~ seems like calling a URL and its value contains URL:
you can just use its name to launch them.
Example: (try it with Win+R just write its name and hit enter)
wlpeople:
ms-mail: for your mail client
There are some tricky ways to start these Windows 8 applications, you need to find out its special name and since you cannot launch them with their executable (it only can be run from within Modern UI environment) but this is one way to start some of them.
To launch the calendar application:
%windir%System32cmd.exe /c start "" "wlcalendar:"
To launch the people application:
%windir%System32cmd.exe /c start "" "wlpeople:"
You can try them from the Win+R as it is launched using cmd.exe
Here a list of some of them I found:
%windir%System32cmd.exe /c start "" "xboxgames:"
Just look for their names in Windows registry:
HKCUSoftwareClasses
Example:
HKCUSoftwareClasseswlpeople
If they contain their default value with data like the following:
URL:wlpeople
Try with that name with the command shown above.
And just make a shortcut and place it inside Startup folder
Win+R -> shell:startup -> intro
Some of the application cannot be found there, so this is the only method I know for the moment.
[UPDATE]
And since those ":" <~ seems like calling a URL and its value contains URL:
you can just use its name to launch them.
Example: (try it with Win+R just write its name and hit enter)
wlpeople:
ms-mail: for your mail client
edited Oct 14 '14 at 19:08
Community♦
1
1
answered Nov 1 '12 at 22:22
vhanlavhanla
42935
42935
Thanks, that's working for me, but do you know if there's any way to start Metro apps like that but not moving to them, only opening them in the background, but staying on the desktop?
– paradroid
Mar 20 '13 at 17:24
@paradroid I doubt that there is an "official" way to do so. One workaround would be to automatically switch to the desktop after having launched the app.
– ComFreek
Dec 31 '13 at 17:35
add a comment |
Thanks, that's working for me, but do you know if there's any way to start Metro apps like that but not moving to them, only opening them in the background, but staying on the desktop?
– paradroid
Mar 20 '13 at 17:24
@paradroid I doubt that there is an "official" way to do so. One workaround would be to automatically switch to the desktop after having launched the app.
– ComFreek
Dec 31 '13 at 17:35
Thanks, that's working for me, but do you know if there's any way to start Metro apps like that but not moving to them, only opening them in the background, but staying on the desktop?
– paradroid
Mar 20 '13 at 17:24
Thanks, that's working for me, but do you know if there's any way to start Metro apps like that but not moving to them, only opening them in the background, but staying on the desktop?
– paradroid
Mar 20 '13 at 17:24
@paradroid I doubt that there is an "official" way to do so. One workaround would be to automatically switch to the desktop after having launched the app.
– ComFreek
Dec 31 '13 at 17:35
@paradroid I doubt that there is an "official" way to do so. One workaround would be to automatically switch to the desktop after having launched the app.
– ComFreek
Dec 31 '13 at 17:35
add a comment |
Press Windows + r
Then type shell:startup
Copy all the apps you want into there.
To find an apps location
Go to the Start Menu
Find your app
Right-click
More
Open file location
(NOTE: If there is no open file location button it can't be launched at startup)
Then highlight the app and copy it Ctrl + C then paste it in the shell:startup
foler by doing Ctrl + V
add a comment |
Press Windows + r
Then type shell:startup
Copy all the apps you want into there.
To find an apps location
Go to the Start Menu
Find your app
Right-click
More
Open file location
(NOTE: If there is no open file location button it can't be launched at startup)
Then highlight the app and copy it Ctrl + C then paste it in the shell:startup
foler by doing Ctrl + V
add a comment |
Press Windows + r
Then type shell:startup
Copy all the apps you want into there.
To find an apps location
Go to the Start Menu
Find your app
Right-click
More
Open file location
(NOTE: If there is no open file location button it can't be launched at startup)
Then highlight the app and copy it Ctrl + C then paste it in the shell:startup
foler by doing Ctrl + V
Press Windows + r
Then type shell:startup
Copy all the apps you want into there.
To find an apps location
Go to the Start Menu
Find your app
Right-click
More
Open file location
(NOTE: If there is no open file location button it can't be launched at startup)
Then highlight the app and copy it Ctrl + C then paste it in the shell:startup
foler by doing Ctrl + V
answered Jan 14 at 13:10
D ManokhinD Manokhin
1057
1057
add a comment |
add a comment |
You can easily create a shortcut to the metro app and then place that shortcut into the startup folder.
To have Skype (or any other app autorun when you turn on your computer) simply follow the instructions listed in order here: http://www.thefakegeek.com/2013/12/how-to-run-skype-on-startup-in-windows-8-and-8-1/
4
Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Canadian Luke
Dec 31 '13 at 17:53
add a comment |
You can easily create a shortcut to the metro app and then place that shortcut into the startup folder.
To have Skype (or any other app autorun when you turn on your computer) simply follow the instructions listed in order here: http://www.thefakegeek.com/2013/12/how-to-run-skype-on-startup-in-windows-8-and-8-1/
4
Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Canadian Luke
Dec 31 '13 at 17:53
add a comment |
You can easily create a shortcut to the metro app and then place that shortcut into the startup folder.
To have Skype (or any other app autorun when you turn on your computer) simply follow the instructions listed in order here: http://www.thefakegeek.com/2013/12/how-to-run-skype-on-startup-in-windows-8-and-8-1/
You can easily create a shortcut to the metro app and then place that shortcut into the startup folder.
To have Skype (or any other app autorun when you turn on your computer) simply follow the instructions listed in order here: http://www.thefakegeek.com/2013/12/how-to-run-skype-on-startup-in-windows-8-and-8-1/
answered Dec 31 '13 at 17:24
user285771user285771
1
1
4
Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Canadian Luke
Dec 31 '13 at 17:53
add a comment |
4
Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Canadian Luke
Dec 31 '13 at 17:53
4
4
Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Canadian Luke
Dec 31 '13 at 17:53
Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Canadian Luke
Dec 31 '13 at 17:53
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%2f473224%2frun-metro-application-on-startup%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
They all exist or will exist Windows 8 has not actually been release to everyone. Have you check the indivual program's settings?
– Ramhound
Sep 12 '12 at 14:00
@Ramhound I have checked, there's no
Run on startup
option in the Settings.– DatVM
Sep 12 '12 at 14:02
I'm probably going to download Windows 8 in a little bit - once I tinker around with it for a while and find a solution, I'll let you know.
– cutrightjm
Sep 12 '12 at 18:07