windows 7 - Show power icon in tray on desktop PC

08
2014-07
  • Jet

    This question already has an answer here:

  • Answers
  • LPChip

    I have researched this myself for the same reason. I too had different power plans for different tasks. I found out that in windows 7 there is no real easy way to switch between powerplans and it will result in using a third party program. Laptops usually come with a power manager of the manufacturer to do the very same thing. Luckily there are a few free ones out there.

    But when you look into that, it is good to know that it is also possible to change the powerplan from the commandline directly. You could even create a scheduled task that changes the powerplan on certain occassions, such as, when you lock the pc and when you unlock the pc. I used this technique to go into a powersving mode everytime I lock the pc, and go out of it everytime I unlock the pc.

    To make one, do the following:

    1. Open a commandprompt window
    2. Type in: powercfg -l
    3. Rightclick in the window, and select mark.
    4. Use the mouse, to select the entire GUID number for the powerscheme you want to set. (It'll look like: 12345678-1234-1234-1234-1234567890abc)
    5. After the entire GUID is selected, right click. (this will copy the text to the clipboard.)
    6. Make a shortcut or task in the task schedular and give it the following program with parameters:

    {Guid} is that long number you copied:

     powercfg -setactive {Guid}
    

    You can even download a system-tray program launcher, and add these commands as programs.


  • Related Question

    taskbar - How to clear the list of "Notification Area Icons" in Windows 7?
  • cliff.meyers

    I can't seem to find a way to clear the list of "Notification Area Icons" in Windows 7. Unfortunately I had installed a download manager (GetRight) which by default creates a tray icon for each download. I quickly disabled this but still have a ton of entries in that menu and it's annoying.

    I found an article that had me navigate to this key in the registry...

    HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
    

    delete IconStreams and PastIconStreams, then restart, but it did not clear the list.

    Any ideas on this one?


  • Related Answers
  • Dylan B.

    Glad to hear you solved your problem. If, in the future, you'd like a less cumbersome method of doing that, you could grab CCleaner.

    Aside from being an extremely handy Disk-Cleanup-on-steroids application, it has the option to easily wipe those out too -- under the Advanced group, tick "Tray Notifications Cache" and then hit "Run Cleaner". You'll still have to restart explorer.exe, but it is a bit quicker than circumnavigating the Registry. :)

  • cliff.meyers

    Apparently you need to delete these entries, then open the Task Manager to force-quit explorer.exe and then run explorer.exe again. Worked like a charm!