QUOTE(opiuma7xp @ Feb 12 2007, 02:06 PM)
i did tht already but you can still see it if you click the arrow on the notification area.. so what to do????
You can disable the system tray icon. All you have to do is the following:
1. Go "Start">"Run" and type in "regedit" then click "OK"
2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer.
3. Create a new DWORD value by right-clicking on an empty space on the right pane. Name it "NoTrayItemsDisplay"(without the quotes).
4. Change its value data to HEX Value of
1.
5. Close regedit and reboot your computer.
If you do not want to go through all the trouble above, just copy the following contents and paste it into notepad.
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoTrayItemsDisplay"=dword:00000001
Then save it as
traydisable.reg to your desktop. Double-click on that file and click "Yes" to merge it. Reboot your pc for the changes to take effect.