|
| |||||||||
| Tags: antivirus, customization, group policy, reg, storage, system, system tray, tray |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
} |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |