- 在某台客户端手动配置Windows 8.1的开始屏幕
- 运行Powershell 命令导出开始屏幕配置文件,放置到一个网络位置
Export-StartLayout –As XML –Path \\contoso-mgmt\Layouts$\ManagedUser.xml
3. 在组策略中配置开始屏幕控制策略,并选择使用配置文件进行控制
4、在客户端运行Gpupdate /force 刷新策略并检查结果。
时间: 2024-11-09 00:33:58
Export-StartLayout –As XML –Path \\contoso-mgmt\Layouts$\ManagedUser.xml
3. 在组策略中配置开始屏幕控制策略,并选择使用配置文件进行控制
4、在客户端运行Gpupdate /force 刷新策略并检查结果。