installing and starting programs for users without prompt for administrator credentials

Ozren Kartalović 21 Reputation points
2022-01-06T09:24:17.61+00:00

Hello everyone,

I am a sysadmin in a midsized company. We have our domain with Windows server 2008 R2, but this is happening on all win10 machines all together.

This problem that i am about to present is troubling me and my colleagues for some time now, so i will appreciate any help or advice.

The following happens: we have restrictions for our users, between other stuff and the one that forbids them to install software that is an .exe file. So in general all of programs which they use are being installed by us, the sysadmins, this i consider a standard procedure in many companies.

Every time i install some software on users machines i do it from my administrator account. Then, when they need to use it, logged as users from their account, when they click on starting icon, sometimes windows asks them to enter my username and password. Why? I tried to do it logged as user and typing my credentials on every step - result is the same.

I can say that i tried everything i know, setting the "run as administrator" on and off, lowering the bar for notification all the way, watching videos, reading tutorials...in the end i can claim responsibly that i did the same procedure for the same user on two separate computers in domain, and first time there was no prompt for credentials, second time it was.

Help.

Windows for business Windows Server Devices and deployment Configure application groups
{count} votes

Accepted answer
  1. Bagitman 596 Reputation points
    2022-01-06T15:37:19.927+00:00

    Some software offers to install for all users but does not implement it correctly, that's why you get the credential prompt. Other software does simply need admin permissions for its initial run since a user data folder is being created in the program files directory, which is read only for non admins. So that would be bad programming.

    In both cases: you cannot help it. You need to use other software or contact the manufacturer.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.