Skype does not start under a standard user after a while with a “You must be an admin” message
There is a Windows 7 laptop which has multiple users. It's typically only used by user A, who is a standard user (non-admin). I (the admin) have installed Skype from skype.com and checked that it runs correctly under both my account and the standard account.
After a few weeks Skype refused to run with a "You must be logged in as an administrator when installing this program." message under the standard user, while still running correctly under admin. I've reinstalled it to become Skype 8.13.0.3 and the issue went away, that was a month ago. A week ago the same issue happened: doesn't run under a standard user, runs under admin, manually updating to Skype 8.15.0.4 helped.
How do I make sure that the user may use Skype for a long time without me intervening every few weeks without giving them admin privileges?
My assumption is that there is some auto-update mechanism which prevents older versions of Skype from running unless they can auto-update.
windows-7 skype
add a comment |
There is a Windows 7 laptop which has multiple users. It's typically only used by user A, who is a standard user (non-admin). I (the admin) have installed Skype from skype.com and checked that it runs correctly under both my account and the standard account.
After a few weeks Skype refused to run with a "You must be logged in as an administrator when installing this program." message under the standard user, while still running correctly under admin. I've reinstalled it to become Skype 8.13.0.3 and the issue went away, that was a month ago. A week ago the same issue happened: doesn't run under a standard user, runs under admin, manually updating to Skype 8.15.0.4 helped.
How do I make sure that the user may use Skype for a long time without me intervening every few weeks without giving them admin privileges?
My assumption is that there is some auto-update mechanism which prevents older versions of Skype from running unless they can auto-update.
windows-7 skype
Your assumption is correct. It often requires updates that can only be performed by an admin account. However, once opened and updated in that account all the other should be able to use the updated version.
– user772515
Feb 13 '18 at 21:04
add a comment |
There is a Windows 7 laptop which has multiple users. It's typically only used by user A, who is a standard user (non-admin). I (the admin) have installed Skype from skype.com and checked that it runs correctly under both my account and the standard account.
After a few weeks Skype refused to run with a "You must be logged in as an administrator when installing this program." message under the standard user, while still running correctly under admin. I've reinstalled it to become Skype 8.13.0.3 and the issue went away, that was a month ago. A week ago the same issue happened: doesn't run under a standard user, runs under admin, manually updating to Skype 8.15.0.4 helped.
How do I make sure that the user may use Skype for a long time without me intervening every few weeks without giving them admin privileges?
My assumption is that there is some auto-update mechanism which prevents older versions of Skype from running unless they can auto-update.
windows-7 skype
There is a Windows 7 laptop which has multiple users. It's typically only used by user A, who is a standard user (non-admin). I (the admin) have installed Skype from skype.com and checked that it runs correctly under both my account and the standard account.
After a few weeks Skype refused to run with a "You must be logged in as an administrator when installing this program." message under the standard user, while still running correctly under admin. I've reinstalled it to become Skype 8.13.0.3 and the issue went away, that was a month ago. A week ago the same issue happened: doesn't run under a standard user, runs under admin, manually updating to Skype 8.15.0.4 helped.
How do I make sure that the user may use Skype for a long time without me intervening every few weeks without giving them admin privileges?
My assumption is that there is some auto-update mechanism which prevents older versions of Skype from running unless they can auto-update.
windows-7 skype
windows-7 skype
edited Feb 13 '18 at 19:03
yeputons
asked Feb 13 '18 at 18:23
yeputonsyeputons
11613
11613
Your assumption is correct. It often requires updates that can only be performed by an admin account. However, once opened and updated in that account all the other should be able to use the updated version.
– user772515
Feb 13 '18 at 21:04
add a comment |
Your assumption is correct. It often requires updates that can only be performed by an admin account. However, once opened and updated in that account all the other should be able to use the updated version.
– user772515
Feb 13 '18 at 21:04
Your assumption is correct. It often requires updates that can only be performed by an admin account. However, once opened and updated in that account all the other should be able to use the updated version.
– user772515
Feb 13 '18 at 21:04
Your assumption is correct. It often requires updates that can only be performed by an admin account. However, once opened and updated in that account all the other should be able to use the updated version.
– user772515
Feb 13 '18 at 21:04
add a comment |
1 Answer
1
active
oldest
votes
I've managed to find a way to temporarily resolve this. It turns out that it is a pending update that causes this, and skype updates upon opening by default now it seems.
So naturally when a standard user opens skype.exe and it tries to update, you get hit with "installation error, you must be logged in as an administrator when installing this program" or something to that effect.
The workaround is, open CMD on the machine and type:
Runas /user:DOMAINADMINACCOUNT cmd
enter password for admin account
In the elevated CMD window that will appear if this is succesful, navigate to the location of skype.exe using cd commands (for me it was C:Program Files (x86) Microsoft Skype Skype.exe) and run the skype.exe with the elevated permissions.
It should open and update. Once that is done you can close it and close the CMD window and the standard user should now be able to open the application.
be warned that this will likely repeat each time an update is available, so a better solution that isn't making everyone a local admin would be amazing.
For me, I've just switched everyone from skype to skype for business.
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%2f1294659%2fskype-does-not-start-under-a-standard-user-after-a-while-with-a-you-must-be-an%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've managed to find a way to temporarily resolve this. It turns out that it is a pending update that causes this, and skype updates upon opening by default now it seems.
So naturally when a standard user opens skype.exe and it tries to update, you get hit with "installation error, you must be logged in as an administrator when installing this program" or something to that effect.
The workaround is, open CMD on the machine and type:
Runas /user:DOMAINADMINACCOUNT cmd
enter password for admin account
In the elevated CMD window that will appear if this is succesful, navigate to the location of skype.exe using cd commands (for me it was C:Program Files (x86) Microsoft Skype Skype.exe) and run the skype.exe with the elevated permissions.
It should open and update. Once that is done you can close it and close the CMD window and the standard user should now be able to open the application.
be warned that this will likely repeat each time an update is available, so a better solution that isn't making everyone a local admin would be amazing.
For me, I've just switched everyone from skype to skype for business.
add a comment |
I've managed to find a way to temporarily resolve this. It turns out that it is a pending update that causes this, and skype updates upon opening by default now it seems.
So naturally when a standard user opens skype.exe and it tries to update, you get hit with "installation error, you must be logged in as an administrator when installing this program" or something to that effect.
The workaround is, open CMD on the machine and type:
Runas /user:DOMAINADMINACCOUNT cmd
enter password for admin account
In the elevated CMD window that will appear if this is succesful, navigate to the location of skype.exe using cd commands (for me it was C:Program Files (x86) Microsoft Skype Skype.exe) and run the skype.exe with the elevated permissions.
It should open and update. Once that is done you can close it and close the CMD window and the standard user should now be able to open the application.
be warned that this will likely repeat each time an update is available, so a better solution that isn't making everyone a local admin would be amazing.
For me, I've just switched everyone from skype to skype for business.
add a comment |
I've managed to find a way to temporarily resolve this. It turns out that it is a pending update that causes this, and skype updates upon opening by default now it seems.
So naturally when a standard user opens skype.exe and it tries to update, you get hit with "installation error, you must be logged in as an administrator when installing this program" or something to that effect.
The workaround is, open CMD on the machine and type:
Runas /user:DOMAINADMINACCOUNT cmd
enter password for admin account
In the elevated CMD window that will appear if this is succesful, navigate to the location of skype.exe using cd commands (for me it was C:Program Files (x86) Microsoft Skype Skype.exe) and run the skype.exe with the elevated permissions.
It should open and update. Once that is done you can close it and close the CMD window and the standard user should now be able to open the application.
be warned that this will likely repeat each time an update is available, so a better solution that isn't making everyone a local admin would be amazing.
For me, I've just switched everyone from skype to skype for business.
I've managed to find a way to temporarily resolve this. It turns out that it is a pending update that causes this, and skype updates upon opening by default now it seems.
So naturally when a standard user opens skype.exe and it tries to update, you get hit with "installation error, you must be logged in as an administrator when installing this program" or something to that effect.
The workaround is, open CMD on the machine and type:
Runas /user:DOMAINADMINACCOUNT cmd
enter password for admin account
In the elevated CMD window that will appear if this is succesful, navigate to the location of skype.exe using cd commands (for me it was C:Program Files (x86) Microsoft Skype Skype.exe) and run the skype.exe with the elevated permissions.
It should open and update. Once that is done you can close it and close the CMD window and the standard user should now be able to open the application.
be warned that this will likely repeat each time an update is available, so a better solution that isn't making everyone a local admin would be amazing.
For me, I've just switched everyone from skype to skype for business.
answered Sep 25 '18 at 10:25
Jarad DucroqJarad Ducroq
11126
11126
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.
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%2f1294659%2fskype-does-not-start-under-a-standard-user-after-a-while-with-a-you-must-be-an%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
Your assumption is correct. It often requires updates that can only be performed by an admin account. However, once opened and updated in that account all the other should be able to use the updated version.
– user772515
Feb 13 '18 at 21:04