I have a user with standard access on the domain network
This user is using software that requires admin privilege to the system
What should I do if the user only runs this program with administrator access?
I also can not change the program.
I have a user with standard access on the domain network
This user is using software that requires admin privilege to the system
What should I do if the user only runs this program with administrator access?
I also can not change the program.
This is difficult to accomplish. Administrator rights are required legitimately by applications that need to make changes to all parts of the system. Only very few applications actually require this and it's very likely your application doesn't, but instead has ignorant or lazy developers who couldn't be bothered to write using standards and methods common for more than a decade now, and instead rely on being able to do any (stupid) thing they want to do in order function.
Given that requirement, in order for an application to actually run you'll have to know everything it wants to be able to do and allow that, and you'll have to figure our how the application checks for its necessary privileges and give it some way of "seeing" it is admin without it actually being run as admin.
There are tools like Process Monitor that can help inspect an applications actions to see what it needs to do.
follow this step 1.must create a user with local administrator
2.right click in shortcut program and select properties
open notepad and cpoy this path
C:\windows\system32\runas.exe /savecred /user:<user with acces admin loacl>
*In front of the user enter the computer name
*and than type username with loacl admin acces
Then cpoy target paht front up path As follows
C:\windows\system32\runas.exe /savecred /user:<user with acces admin loacl> “C:\Program Files (x86)\app1\app.exe”
and ok
You must enter the Local Admin user password for the first time