Removing entries from Windows 7 taskbar.

Soldato
Joined
26 Feb 2004
Posts
4,788
Location
Hampshire, England.
Hey guys,

Is it possible to remove old icons/restore the windows 7 taskbar? On my main machine there are about 10 entries from bits of software that I don't even have installed anymore!

Cheers.
 
Yeah I get this as well. Most likely registry entries left over. Windows 7 automatically creates an entry for each icon. These entries aren'r removed by the uninstallers.
 
Open notepad and copy & paste the code below in to notepad, save the file as a .reg file, now double click the file, when this has been done you MUST use task manager to end the explorer process, to do this open task manager and click on the processes tab, now find explorer.exe in the list and highlight it, now click end process at the bottom of the window, (at this point make shure you leave task manager open), after this you need to restart the explorer process, to do this in task manager click on the file tab and select New Task (Run...), now type explorer and click OK, all done.

Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify]
"IconStreams"=-
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify]
"PastIconsStream"=-

Hope this helps.
 
Open notepad and copy & paste the code below in to notepad, save the file as a .reg file, now double click the file, when this has been done you MUST use task manager to end the explorer process, to do this open task manager and click on the processes tab, now find explorer.exe in the list and highlight it, now click end process at the bottom of the window, (at this point make shure you leave task manager open), after this you need to restart the explorer process, to do this in task manager click on the file tab and select New Task (Run...), now type explorer and click OK, all done.

Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify]
"IconStreams"=-
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify]
"PastIconsStream"=-

Hope this helps.
Is this safe :D
 
Back
Top Bottom