Summary: Use Windows PowerShell 4.0 in Windows 8.1 to verify Windows Search settings.
How can I use Windows PowerShell 4.0 to see how Windows Search is configured on my Windows 8.1 device?
Use the Get-WindowsSearchSetting cmdlet:
PS C:> Get-WindowsSearchSetting
Setting Value
——- —–
EnableWebResultsSetting True
EnableMeteredWebResultsSetting True
SearchExperience PersonalizedAndLocation
WindowsSafeSearchSetting Moderate
0 comments