Math expression in windows start menu (or search)

Nikolay Simeonov 1 Reputation point
2022-10-19T21:52:22.317+00:00

Some time ago I was able to press the windows start button, type 22+18*3 and see a calculator showing 76. Not sure what and when happened, but I'm unable to do this anymore, now the start menu is trying to find some files on my local machine.

What should I do to bring this calculator back?

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
6,694 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 13,126 Reputation points MVP
    2022-10-20T01:04:46.713+00:00

    Try to reset Windows Search.

    Reset Windows Search PowerShell script

    0 comments No comments

  2. Limitless Technology 43,216 Reputation points
    2022-10-24T07:41:36.563+00:00

    Hi,

    Please try the following powershell script to reset apps:

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}

    ------------------------------------------------------------------------------------------------------------------------------------

    Thanks.

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments