How to install program to all user accounts in Windows?
I have several accounts on my home PC. I want to install a program for all user accounts, not just the one I used to perform the installation. How do I go about doing this?
I installed a program from an admin account, but it doesn't show up in the other local accounts.
I was not able to find any documentation on how to do this.
I have Windows 8.1, if that matters.
windows installation
add a comment |
I have several accounts on my home PC. I want to install a program for all user accounts, not just the one I used to perform the installation. How do I go about doing this?
I installed a program from an admin account, but it doesn't show up in the other local accounts.
I was not able to find any documentation on how to do this.
I have Windows 8.1, if that matters.
windows installation
2
This functionality depends on how the installer is written. Some installers will give you a choice to install for "this user only" or "all users", others don't have this option. If you don't have this option then try logging in as the other user and installing again.
– DavidPostill♦
Dec 21 '14 at 20:08
add a comment |
I have several accounts on my home PC. I want to install a program for all user accounts, not just the one I used to perform the installation. How do I go about doing this?
I installed a program from an admin account, but it doesn't show up in the other local accounts.
I was not able to find any documentation on how to do this.
I have Windows 8.1, if that matters.
windows installation
I have several accounts on my home PC. I want to install a program for all user accounts, not just the one I used to perform the installation. How do I go about doing this?
I installed a program from an admin account, but it doesn't show up in the other local accounts.
I was not able to find any documentation on how to do this.
I have Windows 8.1, if that matters.
windows installation
windows installation
edited Dec 18 '18 at 22:24
Twisty Impersonator
17.7k146395
17.7k146395
asked Dec 21 '14 at 20:05
soliserw
11112
11112
2
This functionality depends on how the installer is written. Some installers will give you a choice to install for "this user only" or "all users", others don't have this option. If you don't have this option then try logging in as the other user and installing again.
– DavidPostill♦
Dec 21 '14 at 20:08
add a comment |
2
This functionality depends on how the installer is written. Some installers will give you a choice to install for "this user only" or "all users", others don't have this option. If you don't have this option then try logging in as the other user and installing again.
– DavidPostill♦
Dec 21 '14 at 20:08
2
2
This functionality depends on how the installer is written. Some installers will give you a choice to install for "this user only" or "all users", others don't have this option. If you don't have this option then try logging in as the other user and installing again.
– DavidPostill♦
Dec 21 '14 at 20:08
This functionality depends on how the installer is written. Some installers will give you a choice to install for "this user only" or "all users", others don't have this option. If you don't have this option then try logging in as the other user and installing again.
– DavidPostill♦
Dec 21 '14 at 20:08
add a comment |
1 Answer
1
active
oldest
votes
I assume you're referring to non-metro applications. This answer applies to Windows Vista and later, including Windows 10.
Some program installers only create the application's shortcuts in the account that was used to install the program. Typically all one needs to do to make the program accessible to all users on the computer is copy these shortcuts to a location that all users can access, such as the Public Desktop or Start Menu. To do so:
- Find the application's shortcut icon(s) in the installing user's account. Common places where icons are created:
- User's Start Menu:
C:Users<username>AppDataRoamingMicrosoftWindowsStart MenuPrograms
1
- User's Desktop:
C:Users<username>Desktop
2
- User's Start Menu:
- Copy the shortcut(s) to one or both of the following locations:
- All Users' Desktop:
C:UsersPublicPublic Desktop
- All Users' Start Menu:
C:ProgramDataMicrosoftWindowsStart MenuPrograms
3
- All Users' Desktop:
1Also accessible via
%APPDATA%MicrosoftWindowsStart MenuPrograms
2Also accessible via
%USERPROFILE%Desktop
3Also accessible via
%ALLUSERSPROFILE%MicrosoftWindowsStart MenuPrograms
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%2f855360%2fhow-to-install-program-to-all-user-accounts-in-windows%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I assume you're referring to non-metro applications. This answer applies to Windows Vista and later, including Windows 10.
Some program installers only create the application's shortcuts in the account that was used to install the program. Typically all one needs to do to make the program accessible to all users on the computer is copy these shortcuts to a location that all users can access, such as the Public Desktop or Start Menu. To do so:
- Find the application's shortcut icon(s) in the installing user's account. Common places where icons are created:
- User's Start Menu:
C:Users<username>AppDataRoamingMicrosoftWindowsStart MenuPrograms
1
- User's Desktop:
C:Users<username>Desktop
2
- User's Start Menu:
- Copy the shortcut(s) to one or both of the following locations:
- All Users' Desktop:
C:UsersPublicPublic Desktop
- All Users' Start Menu:
C:ProgramDataMicrosoftWindowsStart MenuPrograms
3
- All Users' Desktop:
1Also accessible via
%APPDATA%MicrosoftWindowsStart MenuPrograms
2Also accessible via
%USERPROFILE%Desktop
3Also accessible via
%ALLUSERSPROFILE%MicrosoftWindowsStart MenuPrograms
add a comment |
I assume you're referring to non-metro applications. This answer applies to Windows Vista and later, including Windows 10.
Some program installers only create the application's shortcuts in the account that was used to install the program. Typically all one needs to do to make the program accessible to all users on the computer is copy these shortcuts to a location that all users can access, such as the Public Desktop or Start Menu. To do so:
- Find the application's shortcut icon(s) in the installing user's account. Common places where icons are created:
- User's Start Menu:
C:Users<username>AppDataRoamingMicrosoftWindowsStart MenuPrograms
1
- User's Desktop:
C:Users<username>Desktop
2
- User's Start Menu:
- Copy the shortcut(s) to one or both of the following locations:
- All Users' Desktop:
C:UsersPublicPublic Desktop
- All Users' Start Menu:
C:ProgramDataMicrosoftWindowsStart MenuPrograms
3
- All Users' Desktop:
1Also accessible via
%APPDATA%MicrosoftWindowsStart MenuPrograms
2Also accessible via
%USERPROFILE%Desktop
3Also accessible via
%ALLUSERSPROFILE%MicrosoftWindowsStart MenuPrograms
add a comment |
I assume you're referring to non-metro applications. This answer applies to Windows Vista and later, including Windows 10.
Some program installers only create the application's shortcuts in the account that was used to install the program. Typically all one needs to do to make the program accessible to all users on the computer is copy these shortcuts to a location that all users can access, such as the Public Desktop or Start Menu. To do so:
- Find the application's shortcut icon(s) in the installing user's account. Common places where icons are created:
- User's Start Menu:
C:Users<username>AppDataRoamingMicrosoftWindowsStart MenuPrograms
1
- User's Desktop:
C:Users<username>Desktop
2
- User's Start Menu:
- Copy the shortcut(s) to one or both of the following locations:
- All Users' Desktop:
C:UsersPublicPublic Desktop
- All Users' Start Menu:
C:ProgramDataMicrosoftWindowsStart MenuPrograms
3
- All Users' Desktop:
1Also accessible via
%APPDATA%MicrosoftWindowsStart MenuPrograms
2Also accessible via
%USERPROFILE%Desktop
3Also accessible via
%ALLUSERSPROFILE%MicrosoftWindowsStart MenuPrograms
I assume you're referring to non-metro applications. This answer applies to Windows Vista and later, including Windows 10.
Some program installers only create the application's shortcuts in the account that was used to install the program. Typically all one needs to do to make the program accessible to all users on the computer is copy these shortcuts to a location that all users can access, such as the Public Desktop or Start Menu. To do so:
- Find the application's shortcut icon(s) in the installing user's account. Common places where icons are created:
- User's Start Menu:
C:Users<username>AppDataRoamingMicrosoftWindowsStart MenuPrograms
1
- User's Desktop:
C:Users<username>Desktop
2
- User's Start Menu:
- Copy the shortcut(s) to one or both of the following locations:
- All Users' Desktop:
C:UsersPublicPublic Desktop
- All Users' Start Menu:
C:ProgramDataMicrosoftWindowsStart MenuPrograms
3
- All Users' Desktop:
1Also accessible via
%APPDATA%MicrosoftWindowsStart MenuPrograms
2Also accessible via
%USERPROFILE%Desktop
3Also accessible via
%ALLUSERSPROFILE%MicrosoftWindowsStart MenuPrograms
edited Dec 18 '18 at 22:25
answered Dec 22 '14 at 2:00
Twisty Impersonator
17.7k146395
17.7k146395
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f855360%2fhow-to-install-program-to-all-user-accounts-in-windows%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
2
This functionality depends on how the installer is written. Some installers will give you a choice to install for "this user only" or "all users", others don't have this option. If you don't have this option then try logging in as the other user and installing again.
– DavidPostill♦
Dec 21 '14 at 20:08