Windows Spotlight Not Working Fix In Windows 11
This video will help to solve Windows Spotlight Not Working Fix In Windows 11 In Windows 11 in laptops, desktops running Windows 11, Windows 10, Windows 8/8.1, Windows 7 systems. Works on all computers and laptops (HP, Dell, Asus, Acer, Lenovo, Samsung, Toshiba)
00:00 Intro
00:14 Turn Off Meter Internet
00:46 Powershell
03:04 Set windows Spotlight
03:37 Outro
Command Used
Command 1:
Get-AppxPackage -Name Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
Command 2:
DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets"
Command 3:
DEL /F /S /Q /A "%USERPROFILE%/AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\Settings"