Sysinternals Homepage
Forum Home Forum Home > Windows Discussions > Internals
  New Posts New Posts RSS Feed: HOW TO HIDE SYSTEM TRAY ICONS????????????
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

HOW TO HIDE SYSTEM TRAY ICONS????????????

 Post Reply Post Reply Page  <1234 7>
Author
Message Reverse Sort Order
Matts_User_Name View Drop Down
Senior Member
Senior Member
Avatar

Joined: 10 August 2006
Location: USA
Online Status: Offline
Posts: 675
Post Options Post Options   Quote Matts_User_Name Quote  Post ReplyReply Direct Link To This Post Topic: HOW TO HIDE SYSTEM TRAY ICONS????????????
    Posted: 01 December 2009 at 5:14am

That is normal behavior because what the application does is modify explorer's CURRENT memory...(its toolbar)


To actually PREVENT them from coming back, that would be getting to a subject of API hooking.
An API to hook would be Shell_NotifyIcon for every process.
Although im sure there are other ways of modifying explorer's executable file to prevent them from displaying.
Although in that case, why not just do NoTrayItemsDisplay(REG_DWORD) policy.

Back to Top
NightFlyer View Drop Down
Newbie
Newbie
Avatar

Joined: 30 November 2009
Location: Houston TX
Online Status: Offline
Posts: 6
Post Options Post Options   Quote NightFlyer Quote  Post ReplyReply Direct Link To This Post Posted: 30 November 2009 at 11:08pm
I know this is a long dead subject but I was doing a google search for something to hide system tray icons and found this thread, I tried the app above and it works perfectly the only problem I now have is that it only remembers the settings until a reboot.
Back to Top
Anonymous View Drop Down
Newbie
Newbie
Avatar

Joined: 10 May 2009
Online Status: Offline
Posts: 33
Post Options Post Options   Quote Anonymous Quote  Post ReplyReply Direct Link To This Post Posted: 13 May 2009 at 10:00pm
Looks interesting. Thanks for sharing.
Back to Top
Matts_User_Name View Drop Down
Senior Member
Senior Member
Avatar

Joined: 10 August 2006
Location: USA
Online Status: Offline
Posts: 675
Post Options Post Options   Quote Matts_User_Name Quote  Post ReplyReply Direct Link To This Post Posted: 13 May 2009 at 1:06am
Here is what you all are looking for. (This took me years to find because I've been wondering how to do this ever since I first started using XP)
I found this code a few months back, and compiled it.

It was created by a russian guy named Ark (Arkadiy Olovyannikov).
I can tell that his experience is way beyond mine in VB6. (Not from this code, but from other projects of his)
He is probably most known for his code to call APIs by name, and also do it remotely. 

I have seen him and/or his amazing and advanced VB6 code all around the web.
Sites like PsCode.com, FreeVBCode.com, Experts-Exchange , and even HackHound.org

http://www.freevbcode.com/AuthorInfo.asp?AuthorID=17777

http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp?lngWId=1&blnAuthorSearch=TRUE&lngAuthorId=442485613&strAuthorName=Ark&txtMaxNumberOfEntriesPerPage=25

http://www.experts-exchange.com/M_486871.html





In any case here is the code I am talking about: I put it in a project and compiled it:
http://www.mediafire.com/download.php?ntme2dn0d5f


It has the VB6 source and the compile .exe.

When I get some time, I might expand and improve on it.
Let me know of any feature requests and Ill try to implement them.



I found it from here:
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21400676.html?

But inorder to view the page, you need to go through google to do so:
http://www.google.com/search?q=%22Who+lives+in+my+system+tray


Enjoy!
-Matt



Edited by Matts_User_Name - 13 May 2009 at 2:05am
Back to Top
molotov View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 04 October 2006
Online Status: Offline
Posts: 17492
Post Options Post Options   Quote molotov Quote  Post ReplyReply Direct Link To This Post Posted: 12 May 2009 at 1:58pm
Sure... and one never knows - perhaps the author of one of the programs you referenced will add the capability to hide designated "system tray" (notification area) icons, at some future point...
Daily affirmation:
net helpmsg 4006
Back to Top
rendereason View Drop Down
Newbie
Newbie


Joined: 12 May 2009
Online Status: Offline
Posts: 3
Post Options Post Options   Quote rendereason Quote  Post ReplyReply Direct Link To This Post Posted: 12 May 2009 at 4:48am
In my defense, the opening post might be *dead*, but the rest of the windows community will still find this thread useful.Tongue I came here looking for something, didn't find it, googled, and profited.

Props to all the programmers here!
Back to Top
molotov View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 04 October 2006
Online Status: Offline
Posts: 17492
Post Options Post Options   Quote molotov Quote  Post ReplyReply Direct Link To This Post Posted: 12 May 2009 at 4:32am
Presumably, there is a specific notification icon in the notification area that the OP wanted to hide.

This post is kind of dead, and the OP hasn't visited the forums in over 2 years.  So I don't expect much in the way of clarification... Dead


Edited by molotov - 12 May 2009 at 4:32am
Daily affirmation:
net helpmsg 4006
Back to Top
rendereason View Drop Down
Newbie
Newbie


Joined: 12 May 2009
Online Status: Offline
Posts: 3
Post Options Post Options   Quote rendereason Quote  Post ReplyReply Direct Link To This Post Posted: 12 May 2009 at 4:05am
Hi back, MolotovEmbarrassed

I find it hard to understand what tray icons need to be hidden... The only two icons that show up in my systray by default are "safely remove hardware"(idk if this can be disabled, it probably can by stopping the service altogether) and "volume"(can be disabled in audio properties). And I don't hide system icons. All the programs I use have enable/disable systray icon.

From what I understood, he wants to run a program hidden in the background, and usually hiding the window does the trick(assuming the program's systray icon is disabled). But you're right Molotov.


Edited by rendereason - 12 May 2009 at 4:06am
Back to Top
molotov View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 04 October 2006
Online Status: Offline
Posts: 17492
Post Options Post Options   Quote molotov Quote  Post ReplyReply Direct Link To This Post Posted: 12 May 2009 at 3:53am
Hi rendereason,

That app does not provide the desired capability - hide specific tray icons...  Rather, it allows one to hide a window.
Daily affirmation:
net helpmsg 4006
Back to Top
rendereason View Drop Down
Newbie
Newbie


Joined: 12 May 2009
Online Status: Offline
Posts: 3
Post Options Post Options   Quote rendereason Quote  Post ReplyReply Direct Link To This Post Posted: 12 May 2009 at 3:41am
Throughout the years using Win XP, I've noticed that whatever it is that you imagine, anything, someone has already programmed it. I'm not a programmer, just an average gamer.
http://www.snapfiles.com/reviews/OuttaSight/outofsight.html

Also, try this one if you're into minimizing to tray.
http://alltotray.software.informer.com/

So far, the amount of freeware out for winxp has never let me down. The most powerful macro tool I use often is autohotkey.com I've even found out it emulates half-keyboards...

Hope this helps Wink


Edited by rendereason - 12 May 2009 at 3:53am
Back to Top
 Post Reply Post Reply Page  <1234 7>

Forum Jump Forum Permissions View Drop Down