Fix Windows 10 Search Not Working
►►►Method 1:
Command 1:
PowerShell -ExecutionPolicy Unrestricted
Command 2:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
.......................................................
►►►Method 2:
Open the run window and enter this command:
C:\Windows\system32\ctfmon.exe
.......................................................
►►►Method 3:
Open Task manager (CTRL+Shift+ESC)
Command :
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest 🔸 We really appreciate your support ❤️❤️ ... If You Like Our Videos ... ▶️▶️▶️ Subscribe ✅ ♥
Follow me ♥ on Instagram / hichamboutnaache