How to limit bandwidth for Windows using command line?

Ayushi Chaudhuri 190 Reputation points
2023-03-06T08:51:58.48+00:00

I am trying to throttle my internet speed upto a certain limit for testing purposes. I am looking for a command-line utility for doing so as I want to integrate the commands in a script. In Mac, the PF (packet filter) and dummynet come in default. So, throttling can easily be done using pfctl and dnctl commands. Does anyone know any commands like dnctl or pfctl for Windows to simulate network throttling?

Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. JimmySalian-2011 42,491 Reputation points
    2023-03-06T10:09:07.84+00:00

    Hi Ayushi,

    I will suggest you explore the Netsh TCP commands to tune the interface and usually this is recommended for testing purpose as any misconfigured settings can have detrimental effect o the system performance - https://learn.microsoft.com/en-us/windows-server/networking/technologies/network-subsystem/net-sub-performance-tuning-nics?source=recommendations

    Btw this command is available on all the Windows OS.

    Hope this helps.

    JS

    ==

    Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.