Hi koolisdon2006,
Welcome to the forum.
Currently, dependent on which particular version of Windows 10 you have installed, (i.e. Home, Professional, Enterprise, Education) there are some 200+ Windows Services.
Not all of these Services will be installed by default, and not all will even load on Startup by default, because when you install Windows 10 your system is scanned to detect hardware and software etcetera and the results of this scan in part determine what Services are installed, and which ones are set to load automatically versus being manually run, or delayed automatic (trigger started in other words) or disabled.
As Windows 10 is an operating system targeting multiple platforms - Desktop, Laptop, Surface tablets, Cellular Phones etcetera, this adds an additional layer of complexity in determining what Services an individual user may require for their particular System.
As a result, to my knowledge there is no Tweak Utility available for the Windows Services. In fact, if there were one, I'd highly recommend avoiding using it unless you have a very clear understanding of what each Service does, and its dependencies (i.e. What other Services require X service to be running, in order for them to do their role).
Each Service installed on your system has its own unique key in the Windows Registry and if you wish to see a quick list of what is installed on your computer then simply:
- Right-click on Start
- Left-click on Command Prompt
- In the Command Prompt window type or copy & paste the following command:
Code:
reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services"
Press Enter key to execute the command.
Regards,
Regedit32