IPB

Welcome Guest ( Log In | Register )

> 91.31 Removing the Taskbar Icon, how to remove the taskbar icon
VFrost
post Jun 27 2006, 12:42 AM
Post #1



*

Group: Members
Posts: 1
Joined: 27-June 06
Member No.: 22,271



I've read many posts on user attempts to remove the taskbar icon and have found that the following method is effective (and the most easiest) in getting rid of that annoying thing:

1) Remove the "NvMediaCenter" reference from the startup "Run" sequence.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
;"NvMediaCenter"="RunDLL32.exe NvMCTray.dll,NvTaskbarInit"
"NvMediaCenter"=-

As you can see from the above "example", the original reference is to initialize the tray icon automatically from the startup "Run" sequence when (re-)booting your computer (it is delineated with the semicolon). In the third line, the hyphen after the equal sign will remove that reference automatically.

2) Remove the "NvCpl.dll" reference from the nVIDIA "MediaCenterTray" registry entry.

;[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\MediaCenterTray\NvCpl.dll]
;"FullPath"="C:\\WINDOWS\\system32\\NvCpl.dll"
[-HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\MediaCenterTray\NvCpl.dll]

And from this example, you will see the original references (first two lines delineated with semicolons). It seems if they remain there, the taskbar icon will continue to reappear until the reference is completely removed, so to do this, the hyphen (just after the left square bracket) will remove the entire key. This is the step that most people have missed in their posts.

==========

NOTE: It is NOT necessary to remove all 3 nvidia driver references from the startup "Run" sequence. You only need to remove the taskbar initialization reference and the NvCpl.dll registry key.

==========

For easy copying and pasting, here is the complete registry entry for a .reg file (it also includes the registry entry for removing that incessant SLI notification):


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\MediaCenterTray]
"NvCplDisableBalloonNotifications"=dword:00000001

;[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\MediaCenterTray\NvCpl.dll]
;"FullPath"="C:\\WINDOWS\\system32\\NvCpl.dll"
[-HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\MediaCenterTray\NvCpl.dll]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
;"NvMediaCenter"="RunDLL32.exe NvMCTray.dll,NvTaskbarInit"
"NvMediaCenter"=-
"NvCplDaemon"="RUNDLL32.EXE C:\\WINDOWS\\system32\\NvCpl.dll,NvStartup"
;"NvCplDaemon"=-
"nwiz"="nwiz.exe /install"
;"nwiz"=-

This post has been edited by VFrost: Jun 27 2006, 12:47 AM
Go to the top of the page
 
+Quote Post

Posts in this topic


Reply to this topicStart new topic

 



Copyright 2008 NVIDIA Corporation.  Terms of Use | Legal Info | Privacy Policy Time is now: 9th February 2010 - 11:45 PM
Unites States Argentina Brazil Chile China Colombia France Germany India Italy Japan Korea Mexico Poland Russia Spain Taiwan United Kingdom Venezuela