![Die Windows 10-Suche wird nicht angezeigt](https://rvso.com/image/1476428/Die%20Windows%2010-Suche%20wird%20nicht%20angezeigt.png)
(Unter Verwendung von Windows 10 Pro x64)
Hallo
Wenn ich in der Taskleiste auf das „Suchsymbol“ klicke, passiert nichts – kein Popup-Fenster.
Wenn ich auf die Startschaltfläche in der Taskleiste klicke, wird ein Fenster eingeblendet ... okay ... aber wenn ich anfange, etwas einzugeben, um Programme zu filtern, passiert nichts.
Ich habe dies versucht ...
Press Windows + X keys on the keyboard, select Command prompt (admin).
Enter the below commands one by one and hit Enter key.
PowerShell -ExecutionPolicy Unrestricted
It will open the PowerShell window.
Now enter the below command and hit Enter key.
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Hat nicht geholfen – irgendeine Idee?
Danke