Reset Windows Spotlight Windows 11 Jun 2026
Delete all files in this folder (select all with Ctrl + A and press Delete ).
REM Re-enable Spotlight reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v RotatingLockScreenEnabled /t REG_DWORD /d 1 /f >nul 2>&1 reset windows spotlight windows 11
foreach ($regPath in $regPaths) if (Test-Path $regPath) Remove-ItemProperty -Path $regPath -Name "RotatingLockScreen*" -ErrorAction SilentlyContinue Remove-ItemProperty -Path $regPath -Name "SubscribedContent-*" -ErrorAction SilentlyContinue Delete all files in this folder (select all