脚本开启Windows Server 2012 桌面体验、无线服务、Windows Server Backup

脚本配置,存为bat、cmd或者ps1应该都可以,实测bat没问题:

PowerShell /Command "&{Import-Module servermanager}"
PowerShell /Command "&{Add-WindowsFeature Desktop-Experience}"
PowerShell /Command "&{add-windowsfeature Wireless-Networking}"
PowerShell /Command "&{add-windowsfeature  Windows-Server-Backup}"

手动配置:

运行 ServerManager[服务器管理器]-工具-添加角色和功能-基于角色或基于功能的安装-从服务器池中选择服务器-功能-无线 LAN (WLAN) 服务、用户界面和基础结构
3.png

 

 

4.png

 

来源URL:http://benyouhui.it168.com/thread-2524762-1-1.html