Some registry settings do not take effect

Henrik Lindgaard 1 Reputation point
2021-08-18T08:28:38.963+00:00

Hi!

I'm using intune/endpoint to manage our companys computers. Some settings are not available through endpoint Configuration Profiles, like setting the windows taskbar icon size or grouping. Because of this, I've pushed some settings out through PowerShell Scripts.

Since I want to make these settings default for all users on each laptop, I've edited registry values under HKLM (Local machine). My example is two values, TaskbarSmallIcons = 1 and TaskbarGlomLevel = 2. I've set/created these values at:

HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced

The problem is, both values are being created/set, but only TaskbarSmallIcons goes into effect. Does TaskbarGlomLevel not work from this key/placement? Or is it being overridden by default settings made at user level? If so, how do I solve this problem?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,195 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,922 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,814 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jarvis Sun-MSFT 10,186 Reputation points Microsoft Vendor
    2021-08-19T08:27:02.497+00:00

    @Henrik Lindgaard Thanks for posting in our Q&A.

    For our issue, I have done some research. But I saw in an article that the Directory where the TaskbarGlomLevel key is located should be

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

    Please refer to: https://www.tldevtech.com/how-to-disable-taskbar-button-grouping-in-windows-10/#:~:text=%20The%20following%20steps%20are%20needed%3A%20%201,In%20Windows%2010%2C%202%20means%20Never.%20More%20
    Note: unofficial link, just for reference.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.