This morning at the GP Answers community forum someone asked how to configure the Start Menu option “Highlight newly installed programs” via GPO. As it turns out this setting is not included within the out of the box GPO templates. Since I have a few days off I thought let’s give a little help here.
But before jumping into the custom ADMX template, let’s quickly look at the configuration setting itself. When installing an application the new created shortcut within the Start Menu is highlighted.
This setting can be customized manually by right clicking on the Start Menu logo, select properties, then select the Start Menu tab and then select customize.
At the registry level the following registry settings are made:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Start_NotifyNewApps
When the value is 0 this setting is disabled. When the value is 1 this setting is enabled.
Now let’s have a look at the custom ADMX file I’ve created. First copy the ADMX and ADMXL files into the Policydefinitions folder. The ADMX file goes straight into the folder C:\Windows\PolicyDefinitions and the ADML files must be copied into the en-US subfolder. Once you have tested this on a local machine consider copying these files into your GPO Central Store.
You will find the custom GPO Template under Administrative Templates “Start Menu Customizations” Note that this is not a real GPO setting, but rather a preference.
The Start Menu customization GPO template can be downloaded from here
Winner! Thanks for the effort 🙂
This does not appear to make it a mandatory policy. Do you know if there is any possibly policy that might go either here:
Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Advanced
or here:
Software\Microsoft\Policies\Windows\CurrentVersion\Explorer\Advanced
that would set it and grey it out from being changed?
thanks for this 🙂