- 打开windows cmd工具
找到 目录C:\Windows\System32\cmd.exe
2.打开powershell
start powershell
3.在powershlle中执行
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}