Win10没投影到这台电脑选项
1、按 Win +R组合键,或右键点击左下角的开始菜单,在打开的开始菜单,隐藏菜单项中,选择Windows PowerShell(管理员)(A);

2、管理员:Windows PowerShell窗口中,输入并回车执行以下命令$ManifestPath = 'c:\windows\systemApps\Microsoft.PPIProjection_cw5n1h2txyewy\AppxManifest.xml'

3、接着继续输入并回车执行以下命令:Add-AppxPackage -Path $ManifestPath -Register -DisableDevelopmentMode
