Daily Tech News, Interviews, Reviews and Updates

Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" ` -Name "RotatingLockScreenEnabled" -Value 1 -Type DWord -Force

Write-Log "=== Reset Complete! ===" -Color Green Write-Log "Next steps:" -Color Cyan Write-Log "1. Restart your computer (recommended)" -Color White Write-Log "2. Go to: Settings > Personalization > Lock screen" -Color White Write-Log "3. Set 'Personalize your lock screen' to 'Windows Spotlight'" -Color White Write-Log "" Write-Log "Backup saved at: $backupFile (if not skipped)" -Color Gray

# Right-click the .ps1 file > Run with PowerShell # Or run from an elevated PowerShell: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser .\Reset-WindowsSpotlight.ps1 Save as Reset_Spotlight.bat :

@echo off title Reset Windows Spotlight - Windows 11 echo Resetting Windows Spotlight... echo. REM Stop services net stop WpnService /y >nul 2>&1 net stop LicenseManager /y >nul 2>&1

Get real time updates directly on you device, subscribe now.

You might also like