允许域用户自由安装软件,但不加入administrator组

翔 冯 0 Reputation points
2023-05-19T07:46:20.38+00:00

普通电脑加域以后,移动到新建的部门OU,会出现在安装软件的时候,有时会需要输入域管理员账号密码,有时又能正常直接安装软件,这是什么问题?如何通过组策略,去禁止输入账号密码,可以由域用户自己随便安装软件

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wesley Li-MSFT 4,576 Reputation points Microsoft External Staff
    2023-05-22T06:14:42.0733333+00:00

    Hello

    Install a program the installer usually needs to write to C:\Program Files, C:\Program Files (x86), and C:\Windows. All of those directories are protected by the Operating System and can only be written to by an administrator.

    Your other option is to push the software through Group Policy. That would allow to you to install the software on computers in the OU without users having administrative access. To do you will need MSI installation packages for each program you want to install.

    0 comments No comments

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.