How to Reset Windows Services to Default [Step by Step]
If your Windows computer is acting up or running slow, it might be due to messed-up services. Whether you need to reset Windows services to default or fix some broken services, this guide will show you exactly how to do it, step-by-step.
How to reset Windows Services to Default
1. Create a System Restore Point
Before you start, it’s always a good idea to create a system restore point. This way, if something goes wrong, you can undo the changes.
- Windows 10/11: Search for “Create a restore point” in the Start menu and follow the prompts.
2. Find the Problematic Services
You can run a quick diagnostic to find out which services might be causing problems. If you suspect non-Windows services are the issue, you can order them and check them out.
3. Reset Services Manually
- Using Command Prompt:
- Open Command Prompt as Administrator.
- To reset a service, type:
sc config [service_name] start= auto
Replace[service_name]
with the name of the service. - Restart the service by typing:
net stop [service_name] && net start [service_name]
- Using PowerShell:
- Open PowerShell as Administrator.
- Type: powershell
Set-Service -Name "[service_name]" -StartupType Automatic Restart-Service -Name "[service_name]"
Repair Windows Services: Extra Tips
- Back Up Your Files: Before you change anything major, make sure your important files are backed up just in case.
- Check for Windows Updates: Sometimes, just installing the latest updates can fix service problems.
- Safe Mode: If you’re still having trouble, try doing these steps in Safe Mode. This helps avoid interference from other programs. You can also read this guide on safely closing all running programs for more tips.
Conclusion
Resetting Windows services can help get your system back to its default, working state. By following these steps, you’ll know exactly how to reset windows services to default and fix any issues you might be facing. If you still have problems afterward, it might be time to dive deeper or get expert help.
Will this work on windows 10? I upgraded from 7 with the free offer and my Windows update is missing in my services so my computer hasn’t had a windows update in almost a year! I get that error code every time I try to update. BITs and Workstation are still there but no windows update. Any ideas would be so appreciated!
wow … this is a good 1 for those who like to tweak their comps … haven’t encounter any problems but this is a quick fix …
Thanks for sharing! I’ve been looking for this :)
Windows Repair AIO by tweaking.com (as featured by Raymond) is a superb software…its a must have imho…and the author is regularly refining it.
I used this on a Windows XP system about 2 weeks ago. Previously I had performed every possible check (malware, scandisk, defrag, system file checker, hardware tests), but yet I couldn’t install/uninstall and performance was BEYOND slow. After a few minutes of this program the PC was transformed into a speedy machine!