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 |
||
Line 5: | Line 5: | ||
(Install) | (Install) | ||
<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[[User:Sandrews|Sandrews]] ([[User talk:Sandrews|talk]]) 15:24, 21 July 2021 (UTC)0.0.1.0 | ||
</syntaxhighlight> | |||
OR | OR | ||
(Uninstall) | (Uninstall) | ||
<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[[User:Sandrews|Sandrews]] ([[User talk:Sandrews|talk]]) 15:24, 21 July 2021 (UTC)0.0.1.0 | ||
</syntaxhighlight> |
Revision as of 15:25, 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[[User:Sandrews|Sandrews]] ([[User talk:Sandrews|talk]]) 15:24, 21 July 2021 (UTC)0.0.1.0
OR
(Uninstall)
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