Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
The following registry values can used to control parallel disk processing on the machine where Veeam Agent for Microsoft Windows is installed:
Key Location: HKLM\SOFTWARE\Veeam\Veeam Endpoint Backup
Value Name: EnableParallelDiskProcessing
Value Type: DWORD (32-Bit) Value
Value Data: 0
New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam Endpoint Backup' -Name 'EnableParallelDiskProcessing' -Value "0" -PropertyType DWORD -Force
To change the parallel disk processing limit:
Key Location: HKLM\SOFTWARE\Veeam\Veeam Endpoint Backup
Value Name: ParallelProcessingMaxConcurrentDisks
Value Type: DWORD (32-Bit) Value
Value Data: X
Where "X" is the maximum number of disks to be processed concurrently. For example, to allow only simultaneous processing of 2 disks, change the value to 2.
New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam Endpoint Backup' -Name 'ParallelProcessingMaxConcurrentDisks' -Value "X" -PropertyType DWORD -Force
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.