Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , , , ,

Sponsored Links



Can anybody help regarding the System Tray Customization storage?

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 19-12-2009
technika's Avatar
Member
 
Join Date: Nov 2009
Posts: 688
Can anybody help regarding the System Tray Customization storage?

I wanted to change the system to show icon and notification for the anti virus software. So that user can see the change of the icon for the antivirus not responding. I would like to do this by the reg hack, copy the file or the group policy. But i don't know from where to get the same. Can any one tell me that Where are the system tray customizations stored. Thanks in advance
Reply With Quote
  #2  
Old 19-12-2009
Devasis's Avatar
Member
 
Join Date: Jan 2008
Posts: 3,367
Re: Can anybody help regarding the System Tray Customization storage?

Hey this will disappoint you but this is true that you cant make the change in the registry for user with the same customization. But you can use the group policy or the registry if the icon are integrated in the operating system. It is not possible because Microsoft don;t know about the program which you are using or installing on the computer, so he cant make the registry of the same. If you want to do the same then you have to make the manual setting for the same
Thanks
Reply With Quote
  #3  
Old 19-12-2009
Solomon's Avatar
Member
 
Join Date: May 2008
Posts: 4,056
Re: Can anybody help regarding the System Tray Customization storage?

It really impossible because the Microsoft corporation have established certain rule for the same. All you can do is that go to the PromotedIcon1 in the unattend.xml which will take you to the action center battery icon replacement procedure. That all i can help you with the same. Say thanks if you are satisfied with the answer of mine.
Reply With Quote
  #4  
Old 19-12-2009
MrChris-'s Avatar
Member
 
Join Date: Apr 2008
Posts: 3,237
Re: Can anybody help regarding the System Tray Customization storage?

If you need the help regarding the unattend reference points for the GUID then i can help you. Just go through the code given below
Code:
typedef struct _NOTIFYICONDATAA{
    DWORD cbSize;
    HWND hWnd;
    UINT uID;
    UINT uFlags;
    UINT uCallbackMessage;
    HICON hIcon;
#if (NTDDI_VERSION < NTDDI_WIN2K)
    TCHAR szTip[64];
#endif
#if (NTDDI_VERSION >= NTDDI_WIN2K)
    TCHAR szTip[128];
    DWORD dwState;
    DWORD dwStateMask;
    TCHAR szInfo[256];
    union{
        UINT  uTimeout;
        UINT  uVersion;  // Used with Shell_NotifyIcon flag NIM_SETVERSION.
    } DUMMYUNIONNAME;
    TCHAR szInfoTitle[64];
    DWORD dwInfoFlags;
#endif
#if (NTDDI_VERSION >= NTDDI_WINXP)
    GUID guidItem;
#endif
#if (NTDDI_VERSION >= NTDDI_VISTA)
    HICON hBalloonIcon;
#endif
}
Source: Here
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Can anybody help regarding the System Tray Customization storage?"
Thread Thread Starter Forum Replies Last Post
System slow down with gray bitdefender system tray icon Jigya L. Networking & Security 4 18-02-2011 07:40 PM
Minimizing to System Tray John Windows Vista Mail 14 12-04-2010 05:33 AM
How to use the System Tray in Java? - Empty Shell - Software Development 4 16-02-2010 04:50 AM
Run Outlook from system tray Clemens Customize Desktop 6 15-01-2009 11:35 AM
System Tray Icons MyD0j0 Windows XP Support 8 11-05-2007 07:59 AM


All times are GMT +5.5. The time now is 02:45 AM.