powershell 在Windows 10 1809上安装RSAT

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 在Windows 10 1809上安装RSAT相关的知识,希望对你有一定的参考价值。

# Get a list of RSAT Capabilities
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State

# Install RSAT
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online

以上是关于powershell 在Windows 10 1809上安装RSAT的主要内容,如果未能解决你的问题,请参考以下文章

Powershell:在 Windows 10 中获取 GPS 坐标 - 使用 Windows 位置 API?

使用PowerShell关闭Windows更新服务和自动更新Windows 10

在 windows 10 powershell 中使用 sqlplus 执行 sql 文件

Windows PowerShell在Windows 10上安装NativeScript

win10中的Windows PowerShell是啥?都有哪些作用

win10怎样打开PowerShell