Windows spotlight missing from lock screen dropdown

  • Thread starter Thread starter &Harley
  • Start date Start date
&

&Harley

Guest
Despite not being enrolled or managed by any organization. Windows Settings claims my settings are managed by one, and the option to use Windows Spotlight is missing entirely from the dropdown menu.Things I've tried (without success);Get-AppxPackage -allusers ContentDeliveryManager | foreach {Add-AppxPackage "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode -register }Get-AppxPackage -Name Microsoft.Windows.ContentDeliveryManager | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}- Clearing \LocalState\Assets (there are

Continue reading...
 
Back
Top