PowerShell 技能连载 - 将 Windows 服务器转变为工作站
PowerShell 5 及以上版本提供了一个自动添加 Windows 功能的 cmdlet,所以如果您正在运行 Windows Server 并且想使用 Workstation 功能,请以管理员权限打开一个 PowerShell,然后运行以下代码:
1 | Enable-WindowsOptionalFeature -FeatureName DesktopExperience -All -Online -NoRestart |
PowerShell 技能连载 - 将 Windows 服务器转变为工作站
http://blog.vichamp.com/2019/01/29/turn-a-windows-server-into-a-workstation/