Try to reset Windows Search.
Math expression in windows start menu (or search)
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?
2 answers
Sort by: Most helpful
-
-
Limitless Technology 44,221 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--