J'ai un Windows 8 (64-bit, not Pro) machine, and Je veux limit the Internet bandwidth disponible to Windows Mise à jour. J'ai lu about BITS and GPMC methods, but Je ne sais pas comment ouvrez le BITS window, and GPMC seems like a Windows Server fonctionnalité.
Comment puis-je control how much bandwidth is disponible to Windows Mise à jour and BITS?
Limit bandwidth used by Windows Mise à jour
Re: Limit bandwidth used by Windows Mise à jour
Si vous have a Pro edition of Windows, vous pouvez use Stratégie de groupe even if vous êtes not on a domain. Run `gpedit.msc` to ouvrez le Local Stratégie de groupe Editor. Expand the following containers dans le volet gauche: *Configuration ordinateur* → *Modèles d'administration* → *Réseau* → *Background Intelligent Transfer Service (BITS)*. Double-cliquez the setting called *Limit the maximum réseau bandwidth for BITS background transfers*. In the dialog that appears, vous pouvez set one maximum rate for "fonctionnel hours" (on a schedule you define) and a different maximum for other times. Si vous want to définissez le maximum to a certain valeur all the time, just make the two rates the same and clear the *Use all disponible unused bandwith* box, like this:
I définissez le rate to 100 Kbps. Once done, click OK and close the Local Stratégie de groupe Editor. The changes are applied vers le Registry immediately, but vous pouvez need to redémarrer for BITS to see them.
If vous n'avez pas have a Pro edition, vous pouvez do directly vers le Registry what the GPME does. (Note: Je n'ai pas personally tested this, depuis my machine is Pro, but I did verify that some policy clés appear even sur le Home edition.) Open `regedit`, and navigate ici, creating subkeys if they're absent:
```
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\BITS
```
Créez un DWORD valeur called `EnableBITSMaxBandwidth` avec a valeur of `1`; that tells BITS that il y a paramètres to look at. Créer DWORD valeurs called `MaxBandwidthValidFrom` and `MaxBandwidthValidTo`, each containing an hour du day from `0` to `23`. (Par exemple, `8` is 8:00 AM, and `17` is 5:00 PM.) These en fait ne matter a lot in this case, but I told you about them for completion's sake.
Créer two more DWORD valeurs called `MaxTransferRateOffSchedule` and `MaxTransferRateOnSchedule`. Give each dum the maximum rate of transfer in Kbps. Notez que vous pouvez need to switch to *Decimal* entry mode to see the valeur as normal humans think about numbers.
Final results, equivalent vers le previous Stratégie de groupe capture d'écran:
Si vous have a Home edition but encore want a GUI, vous pouvez use my open-source application [Policy Plus](https://github.com/Fleex255/PolicyPlus). Vous allez trouvez le relevant policy setting under *Réseau* → *Background Intelligent Transfer Service (BITS)* just like avant, or vous pouvez jump right vers le setting editor window by pasting `Microsoft.Policies.BITS:BITS_MaxBandwidth` dans le *Find* | *By ID* window. From there, vous pouvez adjust the setting just like dans le real Stratégie de groupe Editor. Click *Fichier* | *Save Policies* to commit your changes to disk.
Tip: "Element Inspector" sur le menu contextuel of a policy lets you explore the Registry effects of that policy.
I définissez le rate to 100 Kbps. Once done, click OK and close the Local Stratégie de groupe Editor. The changes are applied vers le Registry immediately, but vous pouvez need to redémarrer for BITS to see them.
If vous n'avez pas have a Pro edition, vous pouvez do directly vers le Registry what the GPME does. (Note: Je n'ai pas personally tested this, depuis my machine is Pro, but I did verify that some policy clés appear even sur le Home edition.) Open `regedit`, and navigate ici, creating subkeys if they're absent:
```
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\BITS
```
Créez un DWORD valeur called `EnableBITSMaxBandwidth` avec a valeur of `1`; that tells BITS that il y a paramètres to look at. Créer DWORD valeurs called `MaxBandwidthValidFrom` and `MaxBandwidthValidTo`, each containing an hour du day from `0` to `23`. (Par exemple, `8` is 8:00 AM, and `17` is 5:00 PM.) These en fait ne matter a lot in this case, but I told you about them for completion's sake.
Créer two more DWORD valeurs called `MaxTransferRateOffSchedule` and `MaxTransferRateOnSchedule`. Give each dum the maximum rate of transfer in Kbps. Notez que vous pouvez need to switch to *Decimal* entry mode to see the valeur as normal humans think about numbers.
Final results, equivalent vers le previous Stratégie de groupe capture d'écran:
Si vous have a Home edition but encore want a GUI, vous pouvez use my open-source application [Policy Plus](https://github.com/Fleex255/PolicyPlus). Vous allez trouvez le relevant policy setting under *Réseau* → *Background Intelligent Transfer Service (BITS)* just like avant, or vous pouvez jump right vers le setting editor window by pasting `Microsoft.Policies.BITS:BITS_MaxBandwidth` dans le *Find* | *By ID* window. From there, vous pouvez adjust the setting just like dans le real Stratégie de groupe Editor. Click *Fichier* | *Save Policies* to commit your changes to disk.
Tip: "Element Inspector" sur le menu contextuel of a policy lets you explore the Registry effects of that policy.