Skip to content
Update Balloon Tips Duration using SCCM Configuration Item CI CB

Update Balloon Tips Duration using SCCM Configuration Item CI CB

Written By Abhinav Rana
Last Updated October 7, 2022
Posted In SCCM
SHARE

In this post, we will Update Balloon Tips Duration using SCCM Configuration Item CI CB. We will update the duration for Balloon Tips notifications using SCCM Configuration Item Configuration Baseline. It is set to 5 seconds by default, and we will update it from 5 seconds to 15 seconds.

A balloon Tips is a small pop-up window that alerts users to a non-critical problem or special condition in control. There is an icon, a title, and a body text for balloons, all of which are optional. The source of balloons is also identified by a tail, unlike that of tooltips and info tips.

The Configuration Item(CI) is a container in ConfigMgr which stores specific information. As part of the SCCM world, configuration items are commonly used for identifying software updates, application models, etc. As CI is the building block of configuration baselines, it can be used across multiple baselines. A CI for determining compliance with settings related to the operating system version and configuration.

Now let’s start with our post. With the help of the Configuration Item Configuration Baseline in SCCM, we will Update Balloon Tips Duration using SCCM Console. We will try to explain everything to you all in a very simple way. We will make use of a Registry Key to do so.

Patch My PC

Prerequisites for SCCM Configuration Item

Before beginning, you must ensure that Configuration Item-related client agent policies are enabled and working ok. To check this, you need to option the client settings from the Administration workspace.

Follow the steps below to confirm whether everything is configured as expected for CI and CB to work!

  • Navigate to \Administration\Overview\Client Settings.
  • Open the Client Settings deployed to Windows 11 or 10 clients.
  • Click on the Compliance Settings tab and check:
  • The Enable Compliance Evaluation on Clients = Yes, as shown in the below screenshot.
Update Balloon Tips Duration Using SCCM CI 1.1
Update Balloon Tips Duration Using SCCM CI 1.1

On the client side, you can open the Configuration Manager applet from the control panel or try running the following command from the RUN menu to open the ConfigMgr applet. Check the Components tab and confirm whether the Compliance and Settings Management component is ENABLED.

Update Balloon Tips Duration Using SCCM CI 1.2
Update Balloon Tips Duration Using SCCM CI 1.2

Before we begin creating the Configuration Item, let’s check with the path where balloon tips duration time is stored in the Registry Editor. The path where this information is stored is mentioned below:

  • HKEY_CURRENT_USER\Control Panel\Accessibility\MessageDuration
Update Balloon Tips Duration Using SCCM CI 1.3
Update Balloon Tips Duration Using SCCM CI 1.3

As you can see in the above image, MessageDuration is the registry key which is by default set to 5. We will check and remediate this to 15 with the help of the Configuration Item we are about to create.

Let’s Create a Configuration Item using SCCM Console

Now let’s move on to the SCCM console and begin creating a Configuration Item for the registry key we have in the above image to check whether the machine is not blocked for upgradation or not. Open Configuration Manager Console and Go to:

  • Navigate to SCCM Console \ Asset and Compliance \ Compliance Settings \ Configuration Items
  • Right-click on Configuration Items and select ‘Create Configuration Item’
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.1
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.1

After this, Create Configuration Item Wizard will open and provide the name of CI in the Name box, select the option as shown below, and click on ‘Next ‘as shown below in the image.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.2
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.2

Here in the Supported Platforms tab, Select the operating system version for which you want to create the CI. Here I am choosing Windows 11 and clicking on “Next, “as shown below.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.3
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.3

Now, in the Settings Tab, click on New, as shown below in the image.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.4
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.4

After clicking on New, Create Setting dialogue box will open. In the General Tab, enter the name in the Name box and click on Browse, as shown below.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.5
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.5

Now you have to browse the path shown in the table below using the Registry tree. You can check the following registry key.

Hive NameKey NameValue NameData Type
HKEY_CURRENT_USERControl Panel\Accessibility\MessageDurationMessageDurationInteger
SCCM Configuration Item to find Windows 11 device is blocked from the upgrade – Table 1
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.6
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.6

Now click on Apply and select the Compliance Rules tab, as shown below.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.7
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.7

You can check the MessageDuration properties to check and confirm the condition. For this example, we have taken a decision to put the Condition as 15 seconds.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.8
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.8

In the Edit Rule tab, check the options shown below:

  • Report noncompliance if this setting instance is not found.
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.9
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.9

Click Next on Compliance Rules and Summary Tab and end the Create Configuration Item Wizard by clicking Close in Completion Tab.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.10
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.10

Create Configuration Baseline using SCCM Console

Now let’s create an SCCM Configuration Baseline using SCCM Console. For this, go to the:

  • Navigate to SCCM Console \ Asset and Compliance \ Compliance Settings \ Configuration Baselines
  • Right-click on Configuration Baseline and click on ‘Create Configuration Baselines
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.11
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.11

In the Create Configuration Baseline Dialogue Box, enter the Name of the Baseline and click on Add to add the Configuration Item created earlier, as shown in the image below.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.12
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.12

Now choose the Configuration Item created by you from the list as shown below, click on ADD, and press OK.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.13
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.13

Also, don’t forget to tick the check box mentioning Always apply this baseline even for co-managed clients and click on OK, as shown below in the image. If you don’t enable this option, you normally get the following error in DCMAgent.log.

CDCMAgent::CheckAgentEnabled - The Desired Configuration Management agent is not enabled due to co-management. Request will be ignored.
Agent is disabled. No action needed.
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.14
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.14

Deployment of Configuration Baseline on Targeted Device Collection

After creating the Configuration Baseline, it will appear in the console, and now right-click on it and click on Deploy.

In the Deploy Configuration Baselines wizard,

  • Tick the check box for Remediate noncompliant rules when supported
  • Select Simple Schedule and set Run Every to 12 mins as shown below in the image. Please Note that this can vary from the production environment to environment. As I am performing this in my lab environment, I choose 5mins.
  • After this, click on Browse to select the device collection shown below.

NOTE! – Keep the performance impact in mind before deciding on scheduled pop-up remediation, etc.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.15
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.15

Now choose the device collection as shown below in the image. Here I choose Windows 11 device collection for deploying the SCCM Configuration Baseline.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.16
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.16

User ExperienceUpdate Balloon Tips Duration Using SCCM CI

Until now, we have created an SCCM CI (Configuration Item), then created SCCM Configuration Baseline and deployed it to windows 10 or 11 devices. To test the CI quickly on a lab device, you can manually initiate the machine policy either from Windows 11 or the console.

Now when you login into the Windows 10/11 device, open the Configuration Manager applet from the Control panel and select the Action tab. Now choose the Machine Policy Retrieval & Evaluation Cycle and click on Run Now, as shown below in the image.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.17
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.17

Now click on the Configurations tab, and you will see your Configuration Item in the list. So now click on Evaluate, as shown below in the image. The moment you click Evaluate it will check whether MessageDuraton is set to 5 and will remediate it to 15. As you can see in the below image, it returns Compliant.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.18
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.18

To cross-check, when we again check the MessageDuration key in the registry editor, it’s set to 15, as shown below.

Update Balloon Tips Duration Using SCCM CI 1.3 Fig.19
Update Balloon Tips Duration Using SCCM CI 1.3 Fig.19

So the above you see, the Configuration Item Configuration Baseline we created works absolutely fine on the windows 10/11 device collection.

Troubleshooting Update Balloon Tips Duration Using SCCM CI

Let’s have a quick look at the Troubleshooting parts of the SCCM Configuration Item and Baseline Deployment. As usual, you need to understand the logs related to SCCM CI & CB. Normally you can check all the SCCM log file details from the following post – SCCM Log Files Updated List Client and Server.

  • CIAgent.log
  • CITaskManager.log
  • DCMAgent.log
  • DCMReporting.log
  • DcmWmiProvider.log

You can check the default SCCM reports available to tackle the progress of the SCCM CI. You can also have the option to add non-compliant devices to a collection.

  • Compliance history of a configuration baseline Compliance and Settings Management
  • Summary compliance of a configuration baseline for a collection Compliance and Settings Management
  • Summary compliance by configuration policies Compliance and Settings Management
  • Summary compliance by configuration items for a configuration baseline Compliance and Settings Management
  • Summary compliance by configuration baseline Compliance and Settings Management
Update Balloon Tips Duration using SCCM Configuration Item CI CB Fig. 20
Update Balloon Tips Duration using SCCM Configuration Item CI CB Fig. 20

Author

Abhinav Rana is working as an SCCM Admin. He loves to help the community by sharing his knowledge. He is a BTech graduate in Information Technology.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read