There are tools and scripts designed to disable unused services safely, ensuring system stability.
There are tools and scripts designed to disable unused services safely, ensuring system stability.
Log in as an administrator in PowerShell and type the command: irm https://christitus.com/win | iex This launches a Windows environment with various tools to speed up performance. For your situation, navigate to Tweaks and look for the option labeled "set services to manual" (they’ll activate automatically when needed). Check that box, click "run tweaks," and restart the system. You should see the updates complete in the second PowerShell window (images listed below). There are numerous other tweaks you can explore—hover over them for details. Each provides an explanation. For laptops or desktops, simply click the link above to get a clear guide on what to turn off and on. Hope this assists!
Agreed, Chris Titus is an amazing guy. Does topics on windows and Linux, very knowledgeable. His twitch is https://www.twitch.tv/christitustech and yt is https://www.youtube.com/@ChrisTitusTech for anyone interested
Yes it does, there is a button towards the bottom just above "Run Tweaks".
Was it really effective after all? I thought the number of background tasks was identical to what I experienced before.
It seems to be more about keeping your data private than boosting speed. Games with custom OSes such as AtlasOS and ReviOS run just a few dozen background processes.
It's both, if the tool isn't functioning that indicates you have too many startup items needing multiple services. If it doesn't work, you can run a command in PowerShell as admin to manually change services: runas /user:YOURUSERNAMEGOESHERE "powershell -Command {Get-Service | ForEach-Object {Set-Service -Name $_.Name -StartupType Manual}}". Restart your machine and verify it by checking the services. This should help if winutil isn't working.
Yes, there are several comparable tools and scripts available.