win+x,打开windows Powershell(管理员)
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
回车
博客介绍了在Windows系统中,通过按下win+x组合键,可打开Windows Powershell(管理员),之后回车即可完成相应操作。
win+x,打开windows Powershell(管理员)
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
回车
4624