NullPoiиteя
NullPoiиteя

Reputation: 57322

How do I emulate a slow network connection in Windows

In some unix flavours you can emulate a slow network connection to, say 4KB/s using

sudo ipfw pipe 1 config bw 4KByte/s
sudo ipfw add 100 pipe 1 tcp from any to me 80

Is there an equivalent in Windows?

Upvotes: 4

Views: 1937

Answers (1)

InTry
InTry

Reputation: 1169

  • run
  • gpedit.msc
  • Computer Configuration
  • Administrative Templates
  • Network
  • QOS Package Scheduler
  • Limit Reservable Bandwidth
  • Settings

then you will find "bandwidth percentage limiter", set it and click "OK."

Upvotes: 6

Related Questions