labs.blogg.se

How can i speed up my steam downloads
How can i speed up my steam downloads






how can i speed up my steam downloads

Recommended use: create a shortcut to the script with bandwidth as first the argument. Parser.add_argument('bandwidth', metavar='bandwidth', type=int, nargs=1, You can also do this with a clean boot Temporarily disconnect all other devices that you don. Parser = argparse.ArgumentParser(description='Set Steam download bandwidth limit in Windows.') To do this, in Steam click Steam at the top-left corner, Settings -> Downloads and tick the Allow downloads during gameplay box. Disable all background programs on your system (including Steam). # Please don't judge me for my lazy exceptions XD

how can i speed up my steam downloads

# Make the user at least see error messages when launched from a shortcut # Set Steam download bandwidth limit (for Windows)Ĭonfigpath = "C:\\Program Files (x86)\\Steam\\config\\config.vdf" Note 3: I used f-strings so you need Python 3.6 or higher. Note 2: I hardcoded the path to C:\Program Files (x86)\Steam\config\config.vdf, so change that line of code if you've installed Steam to a custom location. If you download multiple files on different devices (for example, your computer and your game console) simultaneously, each download will be competing with the other. To set a bandwidth limit of 4.5MB/s, in the shortcut's properties, edit the Target of the shortcut as:Ĭ:\path\to\bandwidth-limit-script.py 36000 After checking for issues with your internet connection, try these steps to speed up downloads on Windows 10: Download one thing at a time. Recommended use: create a shortcut to the script with the bandwidth in Kbit/s as first the argument. Based on the answer by Joachim, I created a little Python script that sets the DownloadThrottleKbps in the config.vdf file, so you don't need to redo it manually everytime the setting gets overwritten.








How can i speed up my steam downloads