App.Support.QuickAssist #112
Answered
by
farag2
cespedesdan
asked this question in
Q&A
-
Could anyone help me to get App.Support.QuickAssist back to the system? |
Beta Was this translation helpful? Give feedback.
Answered by
farag2
Jan 2, 2021
Replies: 1 comment 4 replies
-
Hello! You can restore it via PowerShell (internet connection required): Get-WindowsCapability -Online | Where-Object -FilterScript {$_.Name -cmatch "App.Support.QuickAssist*"} | Add-WindowsCapability -Online Manually (internet connection required): Did you try to run |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
farag2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! You can restore it via PowerShell (internet connection required):
Manually (internet connection required):
Open Settings - Apps - Manage optional features - Enable "Microsoft Quick Assist"
Did you try to run
WindowsCapabilities -Enable
to restore?