How to Control the InterNet Speed in PC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhushanrane1992
    New Member
    • Jan 2020
    • 1

    How to Control the InterNet Speed in PC

    Lets say,
    I have my internet connection of 30MB/sec.
    Now I want it to restrict 5MB/sec,
    I am trying at my end but I am not able to achieve it,
    Can Some one Help!
  • SioSio
    Contributor
    • Dec 2019
    • 272

    #2
    I haven't tried it, but it seems to be set as follows:
    Setting for Windows 10
    Opne Control Panel.
    Select Network and Sharing Center.
    Right-click on Ethernet and then select Properties.
    Click Configure.
    Click the Advanced tab and set the Ethernet card Speed & Duplex settings to 5 Mbps Full Duplex.
    Note: The option in the Property field may be named Link Speed & Duplex or just Speed & Duplex.

    How to Open Control Panel in C#, use the following coding:

    Code:
    // Open Contrl Panel.
    System.Diagnostics.Process.Start("control.exe");
    
    //Open Control Panel(NetworkAndSharingCenter).
    System.Diagnostics.Process.Start("control.exe", "/name name Microsoft.NetworkAndSharingCenter");

    Comment

    • dev7060
      Recognized Expert Contributor
      • Mar 2017
      • 655

      #3
      Lets say,
      I have my internet connection of 30MB/sec.
      Now I want it to restrict 5MB/sec,
      I am trying at my end but I am not able to achieve it,
      Can Some one Help!
      This can be done in the router settings. Also, download managers and torrent clients provide options to control the bandwidth.

      Comment

      Working...