在 AD 中,我创建了一个新的 OU 并将我的用户名移动到该 OU 中,以便我可以使用我自己的域用户帐户进行测试。
然后我创建了一个新的 GPO 并启用了以下功能:
Computer Configuration > Policies > Administrative Templates > Windows Components > Store > Turn off the Store application = Enabled
Run Code Online (Sandbox Code Playgroud)
我去了我的本地计算机,将它连接到域,使用我的域登录详细信息登录,以管理员身份加载 CMD 并键入
gpupdate
它显示了以下输出:
C:\Windows>gpupdate
Updating policy...
Computer Policy update has completed successfully.
The following warnings were encountered during computer policy processing:
The Group Policy Client Side Extension Software Installation was unable to apply one or more settings because the changes must be processed before system startup or user …Run Code Online (Sandbox Code Playgroud)