Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Reset Windows Search Settings on Windows 11

Learn about Windows 11, including key concepts, practical guidance, common issues, and helpful answers. Guide 25.

Table of Contents

Why Should You Reset Windows Search Settings?

This practical guide explains how to reset windows search settings on windows 11 with clear steps and useful context. It also covers common requirements, potential problems, and the details that can help you get better results.

Reset search settings on Windows can improve search speed and accuracy. It removes useless data and resolves errors or conflicts caused by stored information. This can ultimately enhance computer performance and provide a more efficient search experience.

Now, let's discover how to reset Windows Search settings.

How to Reset Windows Search Settings on Windows 11

1. Tweaking Registry Editor

If you want to reset Windows Search settings to default, you can modify the Registry Editor. It involves directly changing certain keys in the Windows Registry, which can sometimes become risky if done incorrectly.

To avoid this issue, make sure to make a backup of the registry before proceeding. Once done, follow these steps.

1. Press Win + R on your keyboard to open the Run command.

2. Type regedit in the dialog box and press the Enter key.

3. When the UAC prompt appears on the screen, click Yes to continue.

4. In the Registry Editor window, navigate to the following path:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows Search

Note : You can also copy and paste the path into the address bar at the top of the window and press the Enter key. This will take you to the Windows Search section.

5. Now move to the right pane and look for the key named SetupCompletedSuccessfully.

1. Tweaking Registry Editor - Windows 11

6. Select this key, right click on it and select Modify.

7. Set the value to 0 and click OK to save the changes.

Tip : If the SetupCompletedSuccessfully key is missing, you will have to create it manually. To do this, right-click the Windows Search key and select New > DWORD (32-bit) Value . Name this newly created key SetupCompletedSuccessfully and set its value to 0 .

After performing the above steps, close Registry Editor and restart your computer for the changes to take effect.

2. Using Windows Powershell

If you prefer command line solutions, you can use PowerShell to reset Windows Search settings. It involves running a few simple commands to restore search settings. Here's how to do it.

Open Microsoft's download page and download the PowerShell script ResetWindowsSearchBox.ps1. Once downloaded, right click on the file and select Run with PowerShell .

If you see the error message "Cannot be loaded because the running script is disabled on this system" , you need to enable script execution first. To do that, open PowerShell with admin rights. Then type Get-ExecutionPolicy and press Enter.

2. Using Windows Powershell - Windows 11

If the output is Restricted , execute the following command to allow PowerShell scripts:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted

After setting the policy to execute, try running the ResetWindowsSearchBox.ps1 file again. When the script is executed successfully, it will reset Windows search settings.

2. Using Windows Powershell - Windows 11

After resetting the Windows Search settings, you can restore the enforcement policy to the original settings. To do that, open PowerShell again with admin rights and execute the following command:

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Restricted

When the enforcement policy is set back to its original value, restart your computer. Windows Search settings will now be restored to their default state.

Reset Windows Search settings can fix any issues you may have with your search experience. Hope you are succesful.

Conclusion

Understanding Windows 11 makes it easier to compare options, avoid common mistakes, and apply the information in this guide more effectively. Review the relevant requirements before making changes or choosing a solution.

FAQ

How do you reset windows search settings on windows 11?

Follow the steps in this guide in order, confirm the required settings or tools, and verify the result before making additional changes.

Is it safe to reset windows search settings on windows 11?

It is generally safe when you follow the recommended instructions, use trusted tools, and avoid changing settings you do not understand.

What should you do if the process does not work?

Recheck the requirements, restart the device or application when appropriate, and review each step for missed settings or compatibility issues.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.