How to determine what reg setting is used for "Show Notifications on Task Bar"

Posted: 07-28-2005, 09:37 PM
I am trying to figure out what registry setting is used by XPe when you
select "Show Notifications on Task Bar" in the User Interface Core
component.

Or in general how can you determine what a component is going to do to
your build? Has anyone tried to figure this type of thing in reverse?

Thanks.
Sean

Reply With Quote

Responses to "How to determine what reg setting is used for "Show Notifications on Task Bar""

SD
Guest
Posts: n/a
 
Re: How to determine what reg setting is used for "Show Notifications on Task Bar"
Posted: 07-31-2005, 01:41 AM
OK, so I found the registry setting for the "Show Notifications on Task
Bar" option in the User Interface Core component; its
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]\NoTrayItemsDisplay=dword:00000000


SD wrote:
> I am trying to figure out what registry setting is used by XPe when you
> select "Show Notifications on Task Bar" in the User Interface Core
> component.
>
> Or in general how can you determine what a component is going to do to
> your build? Has anyone tried to figure this type of thing in reverse?
>
> Thanks.
> Sean
Reply With Quote
KM
Guest
Posts: n/a
 
Re: How to determine what reg setting is used for "Show Notifications on Task Bar"
Posted: 07-31-2005, 01:51 AM
SD,

Why it took you so long to find out the key? It is mentioned in the "User Interface Core" component script :-)
Most specifically, to affect all and default users in your image, set the
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\Cur rentVersion\Policies\Explorer], "NoTrayItemsDisplay" (dword).

--
Regards,
KM

> OK, so I found the registry setting for the "Show Notifications on Task
> Bar" option in the User Interface Core component; its
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]\NoTrayItemsDisplay=dword:00000000
>
>
> SD wrote:
>> I am trying to figure out what registry setting is used by XPe when you
>> select "Show Notifications on Task Bar" in the User Interface Core
>> component.
>>
>> Or in general how can you determine what a component is going to do to
>> your build? Has anyone tried to figure this type of thing in reverse?
>>
>> Thanks.
>> Sean
>

Reply With Quote
SD
Guest
Posts: n/a
 
Re: How to determine what reg setting is used for "Show Notifications on Task Bar"
Posted: 07-31-2005, 09:35 AM
I figured the setting out by building two identical (except for this
setting) systems side-by-side and then compared the registries line by
line.

So this is the point of the second part of my original question, how do
you view the component script?

Thanks.

- Sean

Reply With Quote
KM
Guest
Posts: n/a
 
Re: How to determine what reg setting is used for "Show Notifications on Task Bar"
Posted: 07-31-2005, 05:03 PM
Sean,

Wow. That must have been a lot of work you did if you went through registry hives line by line.
It might be easier to export the hives in .reg files and then do WinDiff on them or etc.

Anyway, here is a few methods you can use to explore CMI scripts of components (btw, not all components have scripts assigned to
them):

- Each QFE from Mircosoft includes an SLD file with updated components. If you open the SLD file in CD, you will be able to
export script for every component there if assigned.
- MS SP2 is also a big "QFE" like package (it is an update to SP1) and therefore huge SLD file is there (nice info about a bunch
of components)
- You can always observe components scripts when you "view" Mantis db with tools like SQL Enterprise Manager, or, after all, you
can explore the scripts in binaries of the MDF file (just keep in mind it is all Unicode)
- [probably easiest] You can use XPeTools package from www.xpefiles.com. A component from the package (DependencyExplorer) will
allow you to export component scripts.

--
Regards,
KM
>I figured the setting out by building two identical (except for this
> setting) systems side-by-side and then compared the registries line by
> line.
>
> So this is the point of the second part of my original question, how do
> you view the component script?
>
> Thanks.
>
> - Sean

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Edit "Past Items" in Custom Notifications Shomik Windows XP Configuration & Management 1 12-03-2007 03:00 PM
"Setup cannot determine if this computer supprts installation." Jonathan Dewar Windows Vista Install & Setup 10 09-12-2006 01:06 AM
Manual "Windows Update" produces "ActiveX/active scripting" error message even with "LOW" security level setting in "Trusted" Zone Ray2 Windows XP Help & Support 1 11-14-2003 05:50 PM
Taskbar - "Customize Notifications" Mike Customize Windows XP 1 08-09-2003 01:02 PM
setting "analyze" and "defrag" to automate in XP Lawrence Windows XP Hardware 1 08-02-2003 04:29 AM