debotnet icon indicating copy to clipboard operation
debotnet copied to clipboard

Undo Microsoft.RemoteDesktop

Open johnLwith opened this issue 4 years ago • 2 comments

I run the powershell "Get-AppxPackage Microsoft.RemoteDesktop | Remove-AppxPackage", Now i want to undo, please help, Thanks.

johnLwith avatar Jun 26 '20 07:06 johnLwith

I can use the command to restore WindowsStore. PS C:\Program Files\WindowsApps\DeletedAllUserPackages> Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

johnLwith avatar Jun 26 '20 07:06 johnLwith

Resolved: (1) Get the page of https://www.tenforums.com/tutorials/57567-restore-default-services-windows-10-a.html

(2) Download those .reg files https://www.tenforums.com/attachments/tutorials/92506d1469658281-restore-default-services-windows-10-a-remote_desktop_services.reg https://www.tenforums.com/attachments/tutorials/92500d1469657625-restore-default-services-windows-10-a-remote_desktop_configuration.reg https://www.tenforums.com/attachments/tutorials/92507d1469658281-restore-default-services-windows-10-a-remote_desktop_services_usermode_port_redirector.reg

(3) Install .reg files

(4) Restart your computer.

Enjoy Remote Desktop Connection.

johnLwith avatar Jun 26 '20 14:06 johnLwith