acesso administrador para 1 acesso

Danilo Rodrigues 20 Reputation points
2023-07-31T19:36:06.9433333+00:00

Prezados, Boa Tarde.

Tenho uma duvida.

E possível liberar o acesso adm para um programa só?
Exemplo:

O usuário poderá alterar as propriedades de um programa e executado como admin

Já os outro programas ele não poderá executar como admin nem alterar as propriedades

Obrigado.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Anonymous
    2023-08-01T03:08:13.8933333+00:00

    Hi,

    You can run applications as administrator from a normal user with the runas command.

    runas /user:administrator /savecred notepad.exe
    

    The savecred parameter makes the credential stored in the credential manager so that you need to input the password only once.

    If you don't want to input the command, create a shortcut and input the command in the target field.

    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc771525(v=ws.11)

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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