I'm trying to figure out how I can do the following stuff from code:

  1. Limit the download speed of BITS jobs.
  2. Limiting the downloading of BITS jobs to certain hours of the day.

I'm aware that you control this through group policies, but I'm trying to figure out if I can control it from the code, because my client IT team doesn't want to deal with setting group policies.

My current BITS client is written in Delphi, but if you have example code in C# or C++ that will be great as well.

I would appreciate your assistance.

Thanks.

link|improve this question

Sounds like you need management to talk sense into IT since it will surely be much simpler to do this with GP – David Heffernan Dec 27 '11 at 22:20
Another point you might want to make: five years from now, when they're trying to figure out why (for example) Windows Update only downloads content at certain times of day, it'll be easy to figure out if group policy is doing it (or if they configured it by hand, for that matter) but difficult or impossible if it's the side-effect of an application. – Harry Johnston Dec 28 '11 at 22:43
The reason that we started using BITS, is because our client IT team doesn't want to touch anything that has to do with our application. It's kind of a inner company power struggle that has noting to do with us. I have to find a way to do this through code, otherwise I'll need to use a BITS replacement which would be a shame, because I'll need to rewrite a lot of code. Do you have any suggestions to such a BITS replacement? – Ran Dec 31 '11 at 18:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.