Win10 Wireless Display: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Install or Uninstall Connect Wireless Display Feature in Command Prompt== # Open an elevated command prompt. # Copy and paste the command you want to use into the elevated...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
(Install) | (Install) | ||
DISM /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect | <syntaxhighlight lang="powershell" line='line'> | ||
DISM /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0 | |||
</syntaxhighlight> | |||
OR | OR | ||
(Uninstall) | (Uninstall) | ||
DISM /Online /Remove-Capability /CapabilityName:App.WirelessDisplay.Connect | <syntaxhighlight lang="powershell" line='line'> | ||
DISM /Online /Remove-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0 | |||
</syntaxhighlight> |
Latest revision as of 15:26, 21 July 2021
Install or Uninstall Connect Wireless Display Feature in Command Prompt
- Open an elevated command prompt.
- Copy and paste the command you want to use into the elevated command prompt, and press Enter. (see screenshots below)
(Install)
DISM /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0
OR
(Uninstall)
DISM /Online /Remove-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0