PC Review


Reply
Thread Tools Rate Thread

How to remove "Data Sources (ODBC)" from control panel?

 
 
=?Utf-8?B?Q2hpcA==?=
Guest
Posts: n/a
 
      10th Jul 2007
Hi,

Does anyone know how to remove or disable "Data Sources (ODBC)" from control
panel? I was able to remove it from Administrative Tools easily through
disabling shortcut in Standard Start Menu Shortcut component.
--
Chip
 
Reply With Quote
 
 
 
 
Bing.Chen
Guest
Posts: n/a
 
      11th Jul 2007
Dear Chip,

Please try this solution.

[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't
load]
- odbccp32.cpl (ODBC Applet)
Set this value to "No"

Otherwise, you may reference following page to create a policy file.
http://support.microsoft.com/kb/207750/en-us

--
Best Regards,
Bing Chen
Advantech Co., Ltd.
Microsoft eMVP

地 - 稬硁芖跋碠Α穨╰参竒綪坝
http://www.advantech.com.tw/epc/newsletter/ATW/2005MS/


"Chip" <(E-Mail Removed)> 级糶秎ン穝籇:024ABC23-AD38-4C69-8F00-(E-Mail Removed)...
> Hi,
>
> Does anyone know how to remove or disable "Data Sources (ODBC)" from
> control
> panel? I was able to remove it from Administrative Tools easily through
> disabling shortcut in Standard Start Menu Shortcut component.
> --
> Chip



 
Reply With Quote
 
=?Utf-8?B?Q2hpcA==?=
Guest
Posts: n/a
 
      11th Jul 2007
Hi Bing,

Thanks for your reply. I am not quite sure I understand your first
solution. I tried to open odbccp32.cpl file with notepad or wordpad without
success. My guess from your last reply was I needed to edit cpl file for
[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't
load]. Correct me if I am wrong.

Thanks a lot.

--
Chip


"Bing.Chen" wrote:

> Dear Chip,
>
> Please try this solution.
>
> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't
> load]
> - odbccp32.cpl (ODBC Applet)
> Set this value to "No"
>
> Otherwise, you may reference following page to create a policy file.
> http://support.microsoft.com/kb/207750/en-us
>
> --
> Best Regards,
> Bing Chen
> Advantech Co., Ltd.
> Microsoft eMVP
>
> 卢茫碌脴 - 路L鲁n楼x脝W掳脧麓O陇J娄隆搂@路~篓t虏脦赂g戮P掳脫
> http://www.advantech.com.tw/epc/newsletter/ATW/2005MS/
>
>
> "Chip" <(E-Mail Removed)> 录露录g漏贸露l楼贸路s禄D:024ABC23-AD38-4C69-8F00-(E-Mail Removed)...
> > Hi,
> >
> > Does anyone know how to remove or disable "Data Sources (ODBC)" from
> > control
> > panel? I was able to remove it from Administrative Tools easily through
> > disabling shortcut in Standard Start Menu Shortcut component.
> > --
> > Chip

>
>
>

 
Reply With Quote
 
=?Utf-8?B?cHl6?=
Guest
Posts: n/a
 
      30th Jul 2007
Chip, he meant to tell you to add that value to the registry. I'm getting a
vibe that you never edited the registry before and so i'll try to break this
down to simpler steps and also give you a better solution.

First you need to copy several files to your image in order to run the
registry editor. You will need the following files from a machine running
full XP: aclui.dll, clb.dll, and regedit.exe. Save those files to your
C:\WINDOWS\system32 directory on your embedded image.

Then go to Start>Run and type in regedit and press OK. That should open up
the registry editor. Once in the registry editor, navigate to this folder
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\

Under the Namespace folder, you should see several folders, some with really
long names like "{0DF44EAA-FF21-4412-828E-260A8728E7F1}". Browse through each
folder until you find that ODBC Applet and delete that folder completely or
rename it with a - in front, like so
"-{0DF44EAA-FF21-4412-828E-260A8728E7F1}". That applies to any of the other
programs you want to remove from Control Panel.



"Chip" wrote:

> Hi Bing,
>
> Thanks for your reply. I am not quite sure I understand your first
> solution. I tried to open odbccp32.cpl file with notepad or wordpad without
> success. My guess from your last reply was I needed to edit cpl file for
> [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't
> load]. Correct me if I am wrong.
>
> Thanks a lot.
>
> --
> Chip
>
>
> "Bing.Chen" wrote:
>
> > Dear Chip,
> >
> > Please try this solution.
> >
> > [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't
> > load]
> > - odbccp32.cpl (ODBC Applet)
> > Set this value to "No"
> >
> > Otherwise, you may reference following page to create a policy file.
> > http://support.microsoft.com/kb/207750/en-us
> >
> > --
> > Best Regards,
> > Bing Chen
> > Advantech Co., Ltd.
> > Microsoft eMVP
> >
> > 卢茫碌脴 - 路L鲁n楼x脝W掳脧麓O陇J娄隆搂@路~篓t虏脦赂g戮P掳脫
> > http://www.advantech.com.tw/epc/newsletter/ATW/2005MS/
> >
> >
> > "Chip" <(E-Mail Removed)> 录露录g漏贸露l楼贸路s禄D:024ABC23-AD38-4C69-8F00-(E-Mail Removed)...
> > > Hi,
> > >
> > > Does anyone know how to remove or disable "Data Sources (ODBC)" from
> > > control
> > > panel? I was able to remove it from Administrative Tools easily through
> > > disabling shortcut in Standard Start Menu Shortcut component.
> > > --
> > > Chip

> >
> >
> >

 
Reply With Quote
 
=?Utf-8?B?Q2hpcA==?=
Guest
Posts: n/a
 
      31st Jul 2007
Dear pyz,

Thanks for your very clear explanation and I will give it a try. I also
found a simpler solution to the problem. I was able to remove Data Sources
(ODBC) icon from Control Panel by disabling odbccp.cpl file in "Microsoft
Data Access Components" component.

Regards.
--
Chip


"pyz" wrote:

> Chip, he meant to tell you to add that value to the registry. I'm getting a
> vibe that you never edited the registry before and so i'll try to break this
> down to simpler steps and also give you a better solution.
>
> First you need to copy several files to your image in order to run the
> registry editor. You will need the following files from a machine running
> full XP: aclui.dll, clb.dll, and regedit.exe. Save those files to your
> C:\WINDOWS\system32 directory on your embedded image.
>
> Then go to Start>Run and type in regedit and press OK. That should open up
> the registry editor. Once in the registry editor, navigate to this folder
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\
>
> Under the Namespace folder, you should see several folders, some with really
> long names like "{0DF44EAA-FF21-4412-828E-260A8728E7F1}". Browse through each
> folder until you find that ODBC Applet and delete that folder completely or
> rename it with a - in front, like so
> "-{0DF44EAA-FF21-4412-828E-260A8728E7F1}". That applies to any of the other
> programs you want to remove from Control Panel.
>
>
>
> "Chip" wrote:
>
> > Hi Bing,
> >
> > Thanks for your reply. I am not quite sure I understand your first
> > solution. I tried to open odbccp32.cpl file with notepad or wordpad without
> > success. My guess from your last reply was I needed to edit cpl file for
> > [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't
> > load]. Correct me if I am wrong.
> >
> > Thanks a lot.
> >
> > --
> > Chip
> >
> >
> > "Bing.Chen" wrote:
> >
> > > Dear Chip,
> > >
> > > Please try this solution.
> > >
> > > [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\don't
> > > load]
> > > - odbccp32.cpl (ODBC Applet)
> > > Set this value to "No"
> > >
> > > Otherwise, you may reference following page to create a policy file.
> > > http://support.microsoft.com/kb/207750/en-us
> > >
> > > --
> > > Best Regards,
> > > Bing Chen
> > > Advantech Co., Ltd.
> > > Microsoft eMVP
> > >
> > > 卢茫碌脴 - 路L鲁n楼x脝W掳脧麓O陇J娄隆搂@路~篓t虏脦赂g戮P掳脫
> > > http://www.advantech.com.tw/epc/newsletter/ATW/2005MS/
> > >
> > >
> > > "Chip" <(E-Mail Removed)> 录露录g漏贸露l楼贸路s禄D:024ABC23-AD38-4C69-8F00-(E-Mail Removed)...
> > > > Hi,
> > > >
> > > > Does anyone know how to remove or disable "Data Sources (ODBC)" from
> > > > control
> > > > panel? I was able to remove it from Administrative Tools easily through
> > > > disabling shortcut in Standard Start Menu Shortcut component.
> > > > --
> > > > Chip
> > >
> > >
> > >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer missing from Control Panel "Add/Remove Programs" Matt Williams Windows XP Internet Explorer 11 20th Apr 2008 05:47 PM
Control Panel -> Administratieve tools-> Data Sources(ODBC) displayed in German. prasannavj@gmail.com Microsoft Windows 2000 Applications 0 11th Aug 2006 07:13 PM
Unable to Open "Add/Remove Windows Components" from Control Panel Add/Remove Programs Erehwon Windows XP New Users 6 5th May 2006 09:06 AM
Remove "Control Panel" from "My Computer" in Windows Explorer =?Utf-8?B?RGlq?= Windows XP General 6 6th Aug 2005 12:22 AM
When I try to open Control Panel\"Add/remove programs", I get the message shown in the subject line of this message posting. When I then get in "Add/remove programs", I cannot uncheck box next to "Message Queuing" in Con =?Utf-8?B?cGJhZXJ3YWxk?= Windows XP Help 2 14th Jan 2004 04:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:19 PM.