Skip to main content

Found a solution here: Cortana not finding Desktop apps when searching for them

Here is the relevant part:

I reinstalled Cortana using the following procedure:

  1. Open an elevated Command Prompt window (press win + X, and then press A)

    Open an elevated Command Prompt window (press win + X, and then press A)

  2. Type start powershell and press enter

    Type start powershell and press enter

  3. Run the command (in one line):

    Run the command (in one line):

     Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

After 30 seconds the problem was solved on my machine. Incredible.

Found a solution here: Cortana not finding Desktop apps when searching for them

Here is the relevant part:

I reinstalled Cortana using the following procedure:

  1. Open an elevated Command Prompt window (press win + X, and then press A)
  2. Type start powershell and press enter
  3. Run the command (in one line):

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

After 30 seconds the problem was solved on my machine. Incredible.

Found a solution here: Cortana not finding Desktop apps when searching for them

Here is the relevant part:

I reinstalled Cortana using the following procedure:

  1. Open an elevated Command Prompt window (press win + X, and then press A)

  2. Type start powershell and press enter

  3. Run the command (in one line):

     Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    

After 30 seconds the problem was solved on my machine. Incredible.

improved formatting
Source Link
Augusto Barreto
  • 2.5k
  • 1
  • 15
  • 11

Found a solution here: Cortana not finding Desktop apps when searching for them

Here is the relevant part:

I reinstalled [Cortana]Cortana using the following procedure:

  1. Open an elevated CMDCommand Prompt window (press win + X, and then press A)
  2. Type 'start powershell' (without quotes)start powershell and press enter
  3. Run the command (in one line):

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

After 30 seconds the problem was solved on my machine. Finally!Incredible.

Found a solution here: Cortana not finding Desktop apps when searching for them

Here is the relevant part:

I reinstalled [Cortana] using the following procedure:

  1. Open an elevated CMD window (press win + X, and then press A)
  2. Type 'start powershell' (without quotes) and press enter
  3. Run the command:

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

After 30 seconds the problem was solved on my machine. Finally!

Found a solution here: Cortana not finding Desktop apps when searching for them

Here is the relevant part:

I reinstalled Cortana using the following procedure:

  1. Open an elevated Command Prompt window (press win + X, and then press A)
  2. Type start powershell and press enter
  3. Run the command (in one line):

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

After 30 seconds the problem was solved on my machine. Incredible.

Source Link
Augusto Barreto
  • 2.5k
  • 1
  • 15
  • 11

Found a solution here: Cortana not finding Desktop apps when searching for them

Here is the relevant part:

I reinstalled [Cortana] using the following procedure:

  1. Open an elevated CMD window (press win + X, and then press A)
  2. Type 'start powershell' (without quotes) and press enter
  3. Run the command:

Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

After 30 seconds the problem was solved on my machine. Finally!