Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find Windows Capabilities with PowerShell

$
0
0

Summary: Find Windows capabilities with Windows PowerShell on Windows 10.

Hey, Scripting Guy! Question How can I use Windows PowerShell 5.0 on Windows 10 to determine capabilities such as handwriting,
           optical character recognition (OCR), speech, and text-to-speech on my installation?

Hey, Scripting Guy! Answer Use the Get-WindowsCapability cmdlet, specify the -Online parameter, and filter for a state of Installed,
           for example:

Get-WindowsCapability -Online | where state -eq 'Installed'

            Note This command must be run elevated.


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>