Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
This article documents to enable multiple instances of the Veeam ONE Client to be launched on the same machine.
By default attempting to launch a second Veeam ONE Client while one is already running will change focus to the existing running Veeam ONE Client. The setting document in this article will the specific user the ability to launch multiple Veeam ONE Clients, which may be useful when managing multiple Veeam ONE Servers.
Unlike many other custom Veeam settings controlled via the registry and stored within HKEY_LOCAL_MACHINE, this setting is stored in HKEY_CURRENT_USER.
This distinction is critical because the same key path exists in both HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE, and placing the registry value in the latter location will have no effect.
Incorrect: HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam ONE Monitor
Correct: HKEY_CURRENT_USER\Software\Veeam\Veeam ONE Monitor
This setting is machine and user-specific; you must create this registry value on the machine that will be used to launch the Veeam ONE Client while logged in as the user that will be launching the Veeam ONE Client.
Key Location: HKCU\Software\Veeam\Veeam ONE Monitor
Value Name: AllowMultMonitors
Value Type: DWORD (32-Bit) Value
Value Data: 1
PowerShell command to create this registry value and enable multiple instances of Veeam ONE Client:
New-ItemProperty -Path 'HKCU:\Software\Veeam\Veeam ONE Monitor\' -Name 'AllowMultMonitors' -Value "1" -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.