Windows 10 - Tweaks for Gaming
1. Run the setup tool
Iolo System Mechanic is one of the best third-party add-ons to speed up and clean the system for Windows 10. Most such software improves computer performance, even to a small extent. Of course, there are many malicious downloads that claim to speed up your computer, so it's best to stick to proven and tested products.Iolo System Mechanic currently performed best in the test.
2. Uninstall unnecessary software
You can simply right-click on any unwanted application in the Start menu and select the Uninstall option. This will remove the program immediately. You can also right-click the Start button on the Windows logo and select Programs and Features. Or just type Programs in Cortana Search next to the Start button.
You can usually find the culprits by sorting the list of installed applications by manufacturer name. Other good options are sorting by recent activity to see if there are programs you don't know you've installed; or by size, to get rid of large apps you don't need. When you find useless apps you don’t need, select them and click Uninstall.
Note, with Windows 10, there are two types of applications, traditional desktop and modern applications from the Windows store. You will see both types on the modern Apps & Features page. But for non-action applications, open the Control panel, from where you can uninstall old programs. In either case, you can sort them by size, installation date, name, or search for a specific application.
One reason why removing apps helps performance is that a lot of programs load processes at boot time and take up valuable RAM and CPU cycles. While in the Programs and Features section, you can also click Turn Windows Features On or Off and scan the list to see if there is something you are not using. For more help on what to remove, read How do I get rid of a PC from CRAPWARE?
3. Limit startup processes
The easiest way to open the Task Manager is to press Ctrl-Shift-Esc. Click the Startup tab and you'll see all the programs that load when Windows starts. The frame even has a column that shows the impact of each program on launch.
4. CleanUp Disk
If you don't have disk defragmentation scheduled regularly, set it up in the Optimize Drives tool, which you can find by typing in Cortana Search next to the Start button. If your main drive is an SSD, you don't need to worry about defragmentation, because there are no moving parts that read the drive.
A newer way to keep warehouse usage is to enable the Storage Sense option (see image above). This automatically frees up space by removing temporary files and items from the Recycle Bin.
5. Add more RAM
6. Install the SSD
To speed up the system, it makes sense to replace the internal hard drive, and if you use a laptop, this may also be an option. But an external SSD with a USB 3.0 connection can also give you acceleration in applications that use a lot of storage.
7. Check for viruses and spyware
For this you can run the built-in Windows Defender or a third-party application, among the malware cleaners, Malwarebytes Anti-Malware has proven to be excellent. But don't forget to use permanent protection against malware as well.Some of the AV products have a smaller footprint on system performance than others, and the easiest of all for us is Norton Security AntiVirus. Some of the best Windows Antivirus software are Kaspersky Internet Security, Bit Defender and ESET NOD32 antivirus software.
8. Change the power settings to High Performance
9. Use the Performance Troubleshooter
If your computer is still locked, you can use the Fresh start option of the Windows Security application, but we warn you that this removes all installed programs.
10. Change the look in the performance options
11. Turn off search indexing
If you want to leave indexing turned on, but see that it slows you down from time to time, you can stop its processes when you need extra speed. Right-click on This Computer on the desktop, select Manage. Then double-click Services and Applications, then Services.
Find Windows Search, and double-click it. From this Properties window, you can select Startup type Manual or Disabled to mute processes by default. The Automatic (Delayed Start) startup type, according to Microsoft Help, "is selected instead of Automatic Start because it helps reduce the effects on overall system startup performance." It can be included by default.
The final option is to go to the panel on the right, click on More Options, and then Stop. You can also simply press the stop button above the center of the section. Remember to turn it back on if you want to be able to search your system.
12. Turn off unnecessary Windows Services
Click on the search icon and type Services.
- All Xbox Service
- dmwappushsvc
- All Hyper-V Services
- Retail Demo Service
Right-click on the service you want to disable> Properties> Startup type: Disable> Apply> OK
13. Nvidia Control Panel
Under the "3D Settings" category, the first is "Adjust image settings with preview". This option is intended to easily adjust what is more important to you - the quality of the 3D display or performance. It is intended for those who do not want to engage in detailed "tweaking", and yet have the desire to make at least a basic adjustment.
There are three options available to you depending on whether you prefer performance, quality, or balance between these two extremes. Of course, there is always the option to leave the choice to applications.
The "Manage 3D Settings" option is a detailed version of the above settings. Here you will be able to change most of the necessary items and increase their number. You will be able to turn Ambient Occlusion, Vertical Sync on or off, adjust power management, but also change the "policy" of the card during Anisotropic Filtering and AntiAliasing modes.
By this, we mean whether the application settings will be ignored and whether the drivers will force their settings and modes or will only be improved if the application settings are worse than what is set in the drivers. It should be noted that each option is further explained and there is also a suggestion from NVIDIA which choice is good depending on what you want to achieve.
14. Windows 10 Registry Tweaks for Gaming (For
Advanced Users)
Latency/Ping
To implement this tweak, modify the following registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{NIC-id}
For the {NIC-id}, look for the one with your IP address listed. Under this {NIC-id} key, create the DWORD value:
- TcpAckFrequency and set it to 1 to disable “nagling” for gaming.
- TCPNoDelay and set it also to 1 to disable “nagling”
- TcpDelAckTicks and set it to 0
Network Throttling Index
To implement this tweak, run regedit and modify the registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile.
Under SystemProfile, create a DWORD value and name it to “NetworkThrottlingIndex” then set its Hexadecimal value to ffffffff for gaming
-
ffffffff completely disables throttling
Pure Gaming/Streaming
To implement this tweak, run regedit and modify the registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile.
Create a new DWORD and name it to “SystemResponsiveness” set its hexadecimal value to 00000000 for pure gaming/streaming.
In the same Registry you can also change the priority of Games.
To implement this tweak, go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games and change the following registry values:
“GPU Priority” change its values to 8 for gaming.
“Priority” set to 6 for gaming.