

If Start the service Option is active, just click start to start the service, if it is not just restart the service.ĭo check By double clicking on it, whether the Startup type is showing Automatic result. If it is stopped due to some reason, make it sure that it’s in a running status. In the Status Column, it will show its status (whether it’s running or stopped). The other columns in the Windows search display its Description, Status, Startup Type etc. Note If your organization has disabled the ability to run scripts, contact your administrator for help.Once the Service manager window Opens up, Scroll the page and find “ Windows Search”

Press Y, and then press Enter to accept the change and revert to your previous policy setting. Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Restricted Note You'll receive a warning message that explains the security risks of an execution policy change. Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicyįor example, if the policy that you noted in step 5 was Restricted, the command would resemble the following: To do this, enter the following command on the command line of the PowerShell window, press the Spacebar, enter the policy value that you noted in step 5, and then press Enter: Revert to your previous PowerShell execution policy setting.However, when the "Done" message appears this time, DON'T close the PowerShell window. After the policy change is completed, close the window, and then repeat steps 2–4.To learn more about PowerShell execution policies, see About Execution Policies. Press Y, and then press Enter to accept the change. Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted Note You'll receive a warning message that explains the security risks of an execution policy change.

