Results 1 to 4 of 4

Thread: Can anybody help regarding the System Tray Customization storage?

  1. #1
    Join Date
    Nov 2009
    Posts
    680

    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

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    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

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    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.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    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

Similar Threads

  1. System slow down with gray bitdefender system tray icon
    By Jigya L. in forum Networking & Security
    Replies: 4
    Last Post: 18-02-2011, 07:40 PM
  2. Icons in system tray
    By myz14 in forum Customize Desktop
    Replies: 3
    Last Post: 22-05-2010, 04:27 AM
  3. Minimizing to System Tray
    By Rising in forum Windows Vista Mail
    Replies: 2
    Last Post: 12-04-2010, 04:33 AM
  4. How to use the System Tray in Java?
    By - Empty Shell - in forum Software Development
    Replies: 4
    Last Post: 16-02-2010, 04:50 AM
  5. Run Outlook from system tray
    By Clemens in forum Customize Desktop
    Replies: 6
    Last Post: 15-01-2009, 11:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,579,809.31249 seconds with 17 queries