Win10 Wireless Display: Difference between revisions

From SWKLS WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 6: Line 6:
(Install)
(Install)
<syntaxhighlight lang="powershell" line='line'>
<syntaxhighlight lang="powershell" line='line'>
DISM /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect[[User:Sandrews|Sandrews]] ([[User talk:Sandrews|talk]]) 15:24, 21 July 2021 (UTC)0.0.1.0
DISM /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0
</syntaxhighlight>
</syntaxhighlight>
OR
OR
Line 12: Line 12:
(Uninstall)
(Uninstall)
<syntaxhighlight lang="powershell" line='line'>
<syntaxhighlight lang="powershell" line='line'>
DISM /Online /Remove-Capability /CapabilityName:App.WirelessDisplay.Connect[[User:Sandrews|Sandrews]] ([[User talk:Sandrews|talk]]) 15:24, 21 July 2021 (UTC)0.0.1.0
DISM /Online /Remove-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 15:26, 21 July 2021

Install or Uninstall Connect Wireless Display Feature in Command Prompt

  1. Open an elevated command prompt.
  2. 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