#1 Global Leader in Data Protection & Ransomware Recovery

How to Configure a Custom Text Banner for the Veeam Backup & Replication Console

KB ID: 4458
Product: Veeam Backup & Replication | 12 | 12.1
Veeam Cloud Connect | 12
Published: 2023-06-08
Last Modified: 2023-06-08
mailbox
Get weekly article updates
By subscribing, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.

Cheers for trusting us with the spot in your mailbox!

Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest

error icon

Oops! Something went wrong.

Please try again later.

Purpose

This article documents enabling and configuring the "Classified Stripe," a feature that can be configured to prominently display a banner in all Veeam Backup & Replication Consoles that connect to the Veeam Backup Server, including remote consoles.

Use Case Examples

Default
This is the default text and background color.

Solution

Enable the Stripe

This registry value is created on the Veeam Backup Server, and will be displayed on every Veeam Backup & Replication Console that connects to the server, including remotely connected consoles.

Key Location: HKLM\HKLM\SOFTWARE\Veeam\Veeam Backup and Replication\
Value Name: UIClassifiedMode
Value Type: DWORD (32-Bit) Value
Value Data: 1

Create via PowerShell:

New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam Backup and Replication\' -Name 'UIClassifiedMode' -Value "1" -PropertyType DWORD -Force

Configure the Stripe Text

If this value is not created, the stripe will display the word CONFIDENTIAL.

This value controls what text will be shown in the stripe.

Key Location: HKLM\HKLM\SOFTWARE\Veeam\Veeam Backup and Replication\
Value Name: UIClassifiedStripeText
Value Type: String Value (REG_SZ)
Value Data: Enter the text that you want to be displayed in the stripe.

Create via PowerShell:

New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam Backup and Replication\' -Name 'UIClassifiedStripeText' -Value "Enter the text that you want to be displayed in the stripe." -PropertyType String -Force

Configure the Stripe Background Color

(Optional, if not specified, the color will default to dark red.)

This value controls the background color of the stripe. The value data can be any hexadecimal color code, and must include the preceding "#" symbol.

Key Location: HKLM\HKLM\SOFTWARE\Veeam\Veeam Backup and Replication\
Value Name: UIClassifiedStripeBackgroundColor
Value Type: String Value (REG_SZ)
Value Data: #E1F4E3

Create via PowerShell:

New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam Backup and Replication\' -Name 'UIClassifiedStripeBackgroundColor' -Value "#E1F4E3" -PropertyType String -Force
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Spelling error in text

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

Oops! Something went wrong.

Please try again later.

You have selected too large block!

Please try select less.

KB Feedback/Suggestion

This form is only for KB Feedback/Suggestions, if you need help with the software open a support case

By submitting, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Verify your email to continue your product download
We've sent a verification code to:
  • Incorrect verification code. Please try again.
An email with a verification code was just sent to
Didn't receive the code? Click to resend in sec
Didn't receive the code? Click to resend
Thank you!

Thank you!

Your feedback has been received and will be reviewed.

error icon

Oops! Something went wrong.

Please try again later.