Delete the invalid NVIDIA Control Panel icon on the control panel

When installing the graphics card driver, select "Streamlined Installation" and there is an invalid "NVIDIA Control Panel" icon on the control panel, which makes it uncomfortable!

How to delete the invalid NVIDIA Control Panel icon on the control panel:

    Delete the {0bbca823-e77d-419e-9a44-5adec2c8eeb0} item (K) under HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID, and
    the invalid icon on the control panel disappears. If you are worried about problems, you can export the item (K) first As a backup!
    
    Export (backup) registry key (K):

reg export HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0bbca823-e77d-419e-9a44-5adec2c8eeb0} Z:\\bak.reg /y

    delete:    

reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0bbca823-e77d-419e-9a44-5adec2c8eeb0} /f

    Import (restore) registry key (K):  

reg import z:\\bak.reg

The following residual items (K) can also be deleted    

HKEY_CURRENT_USER\SOFTWARE\NVIDIA Corporation\NVIDIA Control Panel
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{0bbca823-e77d-419e-9a44-5adec2c8eeb0}
HKEY_CLASSES_ROOT\CLSID\{0bbca823-e77d-419e-9a44-5adec2c8eeb0}

 

Guess you like

Origin blog.csdn.net/k83133058/article/details/112566977